Skip to content

Commit cce44e5

Browse files
authored
Update README-CN.md
1 parent 17b6ff0 commit cce44e5

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README-CN.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@
1111
[API&实例](http://doc.huangsw.com/vue-easytable/app.html#/install)
1212

1313
## 功能
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)
2020
- [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)
2626
- [ ] 添加导出 excel 功能
2727
- [ ] 添加导出 pdf 功能
2828
- [ ] 添加行展开功能

0 commit comments

Comments
 (0)