Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/337547038/vue-table

vue table可固定表头 - √ 可固定列 - √ 可添加序号 - √ 支持勾选 - √ 可排序 - √ 可固定列宽 - √ 可添加扩展列 - √ 可拖动改变列宽 - √ 可合并行或列 - √ 支持多级表头
https://github.com/337547038/vue-table

Last synced: 6 days ago
JSON representation

vue table可固定表头 - √ 可固定列 - √ 可添加序号 - √ 支持勾选 - √ 可排序 - √ 可固定列宽 - √ 可添加扩展列 - √ 可拖动改变列宽 - √ 可合并行或列 - √ 支持多级表头

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/).