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 20
20
- [x] [ 自带分页组件] ( http://doc.huangsw.com/vue-easytable/app.html#/pagination )
21
21
- [x] [ 单元格编辑] ( http://doc.huangsw.com/vue-easytable/app.html#/table?anchor=table-cell-edit )
22
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 )
23
+ - [x] [ 支持 checkbox 多选功能] ( http://doc.huangsw.com/vue-easytable/app.html#/table?anchor=table-selection-advanced )
24
24
- [ ] 添加 footer 功能
25
25
- [ ] 添加导出 excel 功能
26
26
- [ ] 添加导出 pdf 功能
@@ -51,8 +51,18 @@ Vue.component(VPagination.name, VPagination)
51
51
```
52
52
53
53
## 效果(不是全部)
54
+ ** 自适应、固定列,表头固定、支持列宽拖动、排序、分页**
54
55
![ vue-easytable] ( ./examples/images/vue-easytable.gif )
55
56
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
+
56
66
57
67
## License
58
68
http://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)
53
53
```
54
54
55
55
## 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**
57
57
![ vue-easytable] ( ./examples/images/vue-easytable.gif )
58
58
59
- Support cell merge
59
+ ** Support cell merge**
60
60
![ vue-easytable] ( ./examples/images/rowspan.png )
61
61
62
- Cell Editing
62
+ ** Cell Editing**
63
63
![ vue-easytable] ( ./examples/images/edit.gif )
64
64
65
- Support checkbox selection
65
+ ** Support checkbox selection**
66
66
![ vue-easytable] ( ./examples/images/selection.gif )
67
67
68
68
## License
You can’t perform that action at this time.
0 commit comments