Skip to content

Commit 0a7aa5d

Browse files
authored
Update README.md
1 parent 3eb4e8b commit 0a7aa5d

File tree

1 file changed

+7
-13
lines changed

1 file changed

+7
-13
lines changed

README.md

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,13 @@ Based on vue2.x flexible table components.
2222
- [x] [Own paging component](http://doc.huangsw.com/vue-easytable/app.html#/pagination)
2323
- [x] [Cell Editing](http://doc.huangsw.com/vue-easytable/app.html#/table?anchor=table-cell-edit)
2424
- [x] [Support cell merge (colSpan and rowSpan)](http://doc.huangsw.com/vue-easytable/app.html#/table?anchor=table-cell-merge)
25-
25+
- [x] [Support checkbox selection](http://doc.huangsw.com/vue-easytable/app.html#/table?anchor=table-selection-advanced)  
26+
- [ ] Add footer
27+
- [ ] Export excel
28+
- [ ] Export PDF
29+
- [ ] Conditional filter
30+
- [ ] Row expansion
31+
- [ ] Vertical column drag
2632

2733

2834
## Install
@@ -49,18 +55,6 @@ Vue.component(VPagination.name, VPagination)
4955
## Effect
5056
![vue-easytable](./examples/images/vue-easytable.gif)
5157

52-
## ToDo
53-
54-
- [x] [Cell editing](https://github.com/huangshuwei/vue-easytable/releases/tag/1.2.1)
55-
- [x] [Support cell colSpan and rowSpan](https://github.com/huangshuwei/vue-easytable/releases/tag/1.3.0)
56-
- [ ] Support checkbox selection  
57-
- [ ] Add footer
58-
- [ ] Export excel
59-
- [ ] Export PDF
60-
- [ ] Conditional filter
61-
- [ ] Row expansion
62-
- [ ] Vertical column drag
63-
6458

6559
## License
6660
http://www.opensource.org/licenses/mit-license.php

0 commit comments

Comments
 (0)