33
44# vue-easytable
55
6+ [ 切换中文] ( )
7+
68
79## Introduction
810Based on vue2.x flexible table components.
@@ -11,14 +13,14 @@ Based on vue2.x flexible table components.
1113[ API&Examples] ( http://doc.huangsw.com/vue-easytable/app.html#/table )
1214
1315## Features
14- 1 . [ 自适应,可以随着浏览器窗口改变自动适应 ] ( http://doc.huangsw.com/vue-easytable/app.html#/table?anchor=table-simple-table-resize )
15- 2 . [ 固定列,表头固定 ] ( http://doc.huangsw.com/vue-easytable/app.html#/table?anchor=table-frozen-title-columns )
16- 3 . [ 默认支持列宽拖动 ] ( http://doc.huangsw.com/vue-easytable/app.html#/table?anchor=table-basic-no-table-width )
17- 4 . [ 支持单个字段排序和多个字段排序 ] ( http://doc.huangsw.com/vue-easytable/app.html#/table?anchor=table-sort-by-single-columns )
18- 5 . [ 自定义列、自定义单元格样式 ] ( http://doc.huangsw.com/vue-easytable/app.html#/table?anchor=table-custom-columns )
19- 6 . [ loading效果、自定义loading 等 ] ( http://doc.huangsw.com/vue-easytable/app.html#/table?anchor=table-loading-and-error-content )
20- 7 . [ 自带分页组件 ] ( http://doc.huangsw.com/vue-easytable/app.html#/pagination )
21- 8 . [ 单元格编辑 ] ( http://doc.huangsw.com/vue-easytable/app.html#/table?anchor=table-cell-edit )
16+ 1 . [ Adaptive, you can automatically adapt to the browser window changes ] ( http://doc.huangsw.com/vue-easytable/app.html#/table?anchor=table-simple-table-resize )
17+ 2 . [ Fixed column, header fixed ] ( http://doc.huangsw.com/vue-easytable/app.html#/table?anchor=table-frozen-title-columns )
18+ 3 . [ Support column width drag ] ( http://doc.huangsw.com/vue-easytable/app.html#/table?anchor=table-basic-no-table-width )
19+ 4 . [ Supports single field sorting and multiple field sorting ] ( http://doc.huangsw.com/vue-easytable/app.html#/table?anchor=table-sort-by-single-columns )
20+ 5 . [ Custom columns, custom cell styles ] ( http://doc.huangsw.com/vue-easytable/app.html#/table?anchor=table-custom-columns )
21+ 6 . [ Loading effects, custom loading, etc ] ( http://doc.huangsw.com/vue-easytable/app.html#/table?anchor=table-loading-and-error-content )
22+ 7 . [ Own paging component ] ( http://doc.huangsw.com/vue-easytable/app.html#/pagination )
23+ 8 . [ Cell Editing ] ( http://doc.huangsw.com/vue-easytable/app.html#/table?anchor=table-cell-edit )
2224
2325
2426## Install
@@ -47,13 +49,14 @@ Vue.component(VPagination.name, VPagination)
4749
4850## ToDo
4951
50- - [x] [ 添加单元格编辑功能] ( https://github.com/huangshuwei/vue-easytable/releases/tag/1.2.1 )
51- - [ ] 添加 checkbox 多选功能
52- - [ ] 添加 footer 功能
53- - [ ] 添加导出 excel 功能
54- - [ ] 添加导出 pdf 功能
55- - [ ] 添加条件过滤功能
56- - [ ] 添加行展开功能
52+ - [x] [ Cell editing] ( https://github.com/huangshuwei/vue-easytable/releases/tag/1.2.1 )
53+ - [ ] Support checkbox selection
54+ - [ ] Add footer
55+ - [ ] Export excel
56+ - [ ] Export PDF
57+ - [ ] Conditional filter
58+ - [ ] Row expansion
59+ - [ ] Vertical column drag
5760
5861
5962## License
0 commit comments