|
11 | 11 | [API&实例](http://doc.huangsw.com/vue-easytable/app.html#/install) |
12 | 12 |
|
13 | 13 | ## 功能 |
14 | | -- [x] [自适应,可以随着浏览器窗口改变自动适应](http://doc.huangsw.com/vue-easytable/app.html#/table?anchor=table-simple-table-resize) |
15 | | -- [x] [固定列,表头固定](http://doc.huangsw.com/vue-easytable/app.html#/table?anchor=table-frozen-title-columns) |
16 | | -- [x] [支持列宽拖动](http://doc.huangsw.com/vue-easytable/app.html#/table?anchor=table-column-width-drag) |
17 | | -- [x] [支持单个字段排序和多个字段排序](http://doc.huangsw.com/vue-easytable/app.html#/table?anchor=table-sort-by-single-columns) |
18 | | -- [x] [自定义列、自定义单元格样式](http://doc.huangsw.com/vue-easytable/app.html#/table?anchor=table-custom-columns) |
19 | | -- [x] [loading效果、自定义loading 等](http://doc.huangsw.com/vue-easytable/app.html#/table?anchor=table-loading-and-error-content) |
| 14 | +- [x] [自适应,可以随着浏览器窗口改变自动适应](http://doc.huangsw.com/vue-easytable/app.html#/table/horizontalResize) |
| 15 | +- [x] [固定列,表头固定](http://doc.huangsw.com/vue-easytable/app.html#/table/fixedColumnsTitle) |
| 16 | +- [x] [支持列宽拖动](http://doc.huangsw.com/vue-easytable/app.html#/table/columnWidthDrag) |
| 17 | +- [x] [支持单个字段排序和多个字段排序](http://doc.huangsw.com/vue-easytable/app.html#/table/sort) |
| 18 | +- [x] [自定义列、自定义单元格样式](http://doc.huangsw.com/vue-easytable/app.html#/table/cellStyle) |
| 19 | +- [x] [loading效果、自定义loading 等](http://doc.huangsw.com/vue-easytable/app.html#/table/loading) |
20 | 20 | - [x] [自带分页组件](http://doc.huangsw.com/vue-easytable/app.html#/pagination) |
21 | | -- [x] [单元格编辑](http://doc.huangsw.com/vue-easytable/app.html#/table?anchor=table-cell-edit-advanced) |
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) |
24 | | -- [x] [footer 汇总功能](http://doc.huangsw.com/vue-easytable/app.html#/table?anchor=table-footer-summary) |
25 | | -- [x] [添加条件过滤功能](http://doc.huangsw.com/vue-easytable/app.html#/table?anchor=table-filters) |
| 21 | +- [x] [单元格编辑](http://doc.huangsw.com/vue-easytable/app.html#/table/cellEdit) |
| 22 | +- [x] [支持单元格合并 (colSpan and rowSpan)](http://doc.huangsw.com/vue-easytable/app.html#/table/cellMerge) |
| 23 | +- [x] [支持 checkbox 多选功能](http://doc.huangsw.com/vue-easytable/app.html#/table/selection) |
| 24 | +- [x] [footer 汇总功能](http://doc.huangsw.com/vue-easytable/app.html#/table/footerSummary) |
| 25 | +- [x] [添加条件过滤功能](http://doc.huangsw.com/vue-easytable/app.html#/table/conditionFilters) |
26 | 26 | - [ ] 添加导出 excel 功能 |
27 | 27 | - [ ] 添加导出 pdf 功能 |
28 | 28 | - [ ] 添加行展开功能 |
|
0 commit comments