File tree Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Expand file tree Collapse file tree 2 files changed +15
-5
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
Original file line number Diff line number Diff line change @@ -53,16 +53,16 @@ Vue.component(VPagination.name, VPagination)
5353```
5454
5555## Effect
56- Adaptive、Fixed column, header fixed、Support column width drag、Custom columns, custom cell styles、Own paging component
56+ ** Adaptive、Fixed column, header fixed、Support column width drag、Custom columns, custom cell styles、Own paging component**
5757![ vue-easytable] ( ./examples/images/vue-easytable.gif )
5858
59- Support cell merge
59+ ** Support cell merge**
6060![ vue-easytable] ( ./examples/images/rowspan.png )
6161
62- Cell Editing
62+ ** Cell Editing**
6363![ vue-easytable] ( ./examples/images/edit.gif )
6464
65- Support checkbox selection
65+ ** Support checkbox selection**
6666![ vue-easytable] ( ./examples/images/selection.gif )
6767
6868## License
You can’t perform that action at this time.
0 commit comments