Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/337547038/vue-table
vue table可固定表头 - √ 可固定列 - √ 可添加序号 - √ 支持勾选 - √ 可排序 - √ 可固定列宽 - √ 可添加扩展列 - √ 可拖动改变列宽 - √ 可合并行或列 - √ 支持多级表头
https://github.com/337547038/vue-table
Last synced: 6 days ago
JSON representation
vue table可固定表头 - √ 可固定列 - √ 可添加序号 - √ 支持勾选 - √ 可排序 - √ 可固定列宽 - √ 可添加扩展列 - √ 可拖动改变列宽 - √ 可合并行或列 - √ 支持多级表头
- Host: GitHub
- URL: https://github.com/337547038/vue-table
- Owner: 337547038
- Created: 2019-09-18T06:47:37.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T10:44:14.000Z (almost 2 years ago)
- Last Synced: 2023-02-28T03:15:36.198Z (over 1 year ago)
- Language: Vue
- Homepage: https://337547038.github.io/akvue/#/table
- Size: 1.53 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue table
## 示例演示地址
https://337547038.github.io/akvue/#/table### - √ 可固定表头
### - √ 可固定列
### - √ 可添加序号
### - √ 支持勾选
### - √ 可排序
### - √ 可固定列宽
### - √ 可添加扩展列
### - √ 可拖动改变列宽
### - √ 可合并行或列
### - √ 支持多级表头## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).