@@ -13,18 +13,18 @@ Based on vue2.x flexible table components.
1313[ API&Examples] ( http://doc.huangsw.com/vue-easytable/app.html#/install )
1414
1515## Features
16- - [x] [ 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- - [x] [ Fixed column, header fixed] ( http://doc.huangsw.com/vue-easytable/app.html#/table?anchor=table-frozen-title-columns )
18- - [x] [ Support column width drag] ( http://doc.huangsw.com/vue-easytable/app.html#/table?anchor=table-column-width-drag )
19- - [x] [ Supports single field sorting and multiple field sorting] ( http://doc.huangsw.com/vue-easytable/app.html#/table?anchor=table- sort-by-single-columns )
20- - [x] [ Custom columns, custom cell styles] ( http://doc.huangsw.com/vue-easytable/app.html#/table?anchor=table-custom-columns )
21- - [x] [ Loading effects, custom loading, etc] ( http://doc.huangsw.com/vue-easytable/app.html#/table?anchor=table- loading-and-error-content )
16+ - [x] [ Adaptive, you can automatically adapt to the browser window changes] ( http://doc.huangsw.com/vue-easytable/app.html#/table/horizontalResize )
17+ - [x] [ Fixed column, header fixed] ( http://doc.huangsw.com/vue-easytable/app.html#/table/fixedColumnsTitle )
18+ - [x] [ Support column width drag] ( http://doc.huangsw.com/vue-easytable/app.html#/table/columnWidthDrag )
19+ - [x] [ Supports single field sorting and multiple field sorting] ( http://doc.huangsw.com/vue-easytable/app.html#/table/ sort )
20+ - [x] [ Custom columns, custom cell styles] ( http://doc.huangsw.com/vue-easytable/app.html#/table/cellStyle )
21+ - [x] [ Loading effects, custom loading, etc] ( http://doc.huangsw.com/vue-easytable/app.html#/table/ loading )
2222- [x] [ Own paging component] ( http://doc.huangsw.com/vue-easytable/app.html#/pagination )
23- - [x] [ Cell Editing] ( http://doc.huangsw.com/vue-easytable/app.html#/table?anchor=table-cell-edit-advanced )
24- - [x] [ Support cell merge (colSpan and rowSpan)] ( http://doc.huangsw.com/vue-easytable/app.html#/table?anchor=table-cell-merge )
25- - [x] [ Support checkbox selection] ( http://doc.huangsw.com/vue-easytable/app.html#/table?anchor=table- selection-advanced )
26- - [x] [ Footer summary] ( http://doc.huangsw.com/vue-easytable/app.html#/table?anchor=table-footer-summary )
27- - [x] [ Conditional filter] ( http://doc.huangsw.com/vue-easytable/app.html#/table?anchor=table-filters )
23+ - [x] [ Cell Editing] ( http://doc.huangsw.com/vue-easytable/app.html#/table/cellEdit )
24+ - [x] [ Support cell merge (colSpan and rowSpan)] ( http://doc.huangsw.com/vue-easytable/app.html#/table/cellMerge )
25+ - [x] [ Support checkbox selection] ( http://doc.huangsw.com/vue-easytable/app.html#/table/ selection )
26+ - [x] [ Footer summary] ( http://doc.huangsw.com/vue-easytable/app.html#/table/footerSummary )
27+ - [x] [ Conditional filter] ( http://doc.huangsw.com/vue-easytable/app.html#/table/conditionFilters )
2828- [ ] Export excel
2929- [ ] Export PDF
3030- [ ] Row expansion
0 commit comments