File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 2020- [x] [ 自带分页组件] ( http://doc.huangsw.com/vue-easytable/app.html#/pagination )
2121- [x] [ 单元格编辑] ( http://doc.huangsw.com/vue-easytable/app.html#/table?anchor=table-cell-edit )
2222- [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 )
23+ - [x] [ 支持 checkbox 多选功能] ( http://doc.huangsw.com/vue-easytable/app.html#/table?anchor=table-selection-advanced )
2424- [ ] 添加 footer 功能
2525- [ ] 添加导出 excel 功能
2626- [ ] 添加导出 pdf 功能
@@ -51,8 +51,18 @@ Vue.component(VPagination.name, VPagination)
5151```
5252
5353## 效果(不是全部)
54+ ** 自适应、固定列,表头固定、支持列宽拖动、排序、分页**
5455![ vue-easytable] ( ./examples/images/vue-easytable.gif )
5556
57+ ** 支持单元格合并**
58+ ![ vue-easytable] ( ./examples/images/rowspan.png )
59+
60+ ** 单元格编辑**
61+ ![ vue-easytable] ( ./examples/images/edit.gif )
62+
63+ ** 支持 checkbox 多选功能**
64+ ![ vue-easytable] ( ./examples/images/selection.gif )
65+
5666
5767## License
5868http://www.opensource.org/licenses/mit-license.php
You can’t perform that action at this time.
0 commit comments