Skip to content

Commit 1d931d4

Browse files
authored
Update README-CN.md
1 parent d9f8d82 commit 1d931d4

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README-CN.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
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
5868
http://www.opensource.org/licenses/mit-license.php

0 commit comments

Comments
 (0)