1111[ API&实例] ( http://doc.huangsw.com/vue-easytable/app.html#/table )
1212
1313## 功能
14- 1 . [ 自适应,可以随着浏览器窗口改变自动适应] ( http://doc.huangsw.com/vue-easytable/app.html#/table?anchor=table-simple-table-resize )
15- 2 . [ 固定列,表头固定] ( http://doc.huangsw.com/vue-easytable/app.html#/table?anchor=table-frozen-title-columns )
16- 3 . [ 默认支持列宽拖动] ( http://doc.huangsw.com/vue-easytable/app.html#/table?anchor=table-basic-no-table-width )
17- 4 . [ 支持单个字段排序和多个字段排序] ( http://doc.huangsw.com/vue-easytable/app.html#/table?anchor=table-sort-by-single-columns )
18- 5 . [ 自定义列、自定义单元格样式] ( http://doc.huangsw.com/vue-easytable/app.html#/table?anchor=table-custom-columns )
19- 6 . [ loading效果、自定义loading 等] ( http://doc.huangsw.com/vue-easytable/app.html#/table?anchor=table-loading-and-error-content )
20- 7 . [ 自带分页组件] ( http://doc.huangsw.com/vue-easytable/app.html#/pagination )
21- 8 . [ 单元格编辑] ( http://doc.huangsw.com/vue-easytable/app.html#/table?anchor=table-cell-edit )
22- 9 . [ 支持单元格合并 (colSpan and rowSpan)] ( http://doc.huangsw.com/vue-easytable/app.html#/table?anchor=table-cell-merge )
14+ - [x] [ 自适应,可以随着浏览器窗口改变自动适应] ( http://doc.huangsw.com/vue-easytable/app.html#/table?anchor=table-simple-table-resize )
15+ - [x] [ 固定列,表头固定] ( http://doc.huangsw.com/vue-easytable/app.html#/table?anchor=table-frozen-title-columns )
16+ - [x] [ 默认支持列宽拖动] ( http://doc.huangsw.com/vue-easytable/app.html#/table?anchor=table-basic-no-table-width )
17+ - [x] [ 支持单个字段排序和多个字段排序] ( http://doc.huangsw.com/vue-easytable/app.html#/table?anchor=table-sort-by-single-columns )
18+ - [x] [ 自定义列、自定义单元格样式] ( http://doc.huangsw.com/vue-easytable/app.html#/table?anchor=table-custom-columns )
19+ - [x] [ loading效果、自定义loading 等] ( http://doc.huangsw.com/vue-easytable/app.html#/table?anchor=table-loading-and-error-content )
20+ - [x] [ 自带分页组件] ( http://doc.huangsw.com/vue-easytable/app.html#/pagination )
21+ - [x] [ 单元格编辑] ( http://doc.huangsw.com/vue-easytable/app.html#/table?anchor=table-cell-edit )
22+ - [x] [ 支持单元格合并 (colSpan and rowSpan)] ( http://doc.huangsw.com/vue-easytable/app.html#/table?anchor=table-cell-merge )
23+ - [x] [ 添加 checkbox 多选功能] ( http://doc.huangsw.com/vue-easytable/app.html#/table?anchor=table-selection-advanced )
24+ - [ ] 添加 footer 功能
25+ - [ ] 添加导出 excel 功能
26+ - [ ] 添加导出 pdf 功能
27+ - [ ] 添加条件过滤功能
28+ - [ ] 添加行展开功能
29+ - [ ] 纵向整列拖动
2330
2431
2532## 安装
@@ -46,18 +53,6 @@ Vue.component(VPagination.name, VPagination)
4653## 效果(不是全部)
4754![ vue-easytable] ( ./examples/images/vue-easytable.gif )
4855
49- ## ToDo
50-
51- - [x] [ 添加单元格编辑功能] ( https://github.com/huangshuwei/vue-easytable/releases/tag/1.2.1 )
52- - [x] [ 支持单元格 colSpan 和 rowSpan] ( https://github.com/huangshuwei/vue-easytable/releases/tag/1.3.0 )
53- - [ ] 添加 checkbox 多选功能
54- - [ ] 添加 footer 功能
55- - [ ] 添加导出 excel 功能
56- - [ ] 添加导出 pdf 功能
57- - [ ] 添加条件过滤功能
58- - [ ] 添加行展开功能
59- - [ ] 纵向整列拖动
60-
6156
6257## License
6358http://www.opensource.org/licenses/mit-license.php
0 commit comments