Skip to content

Commit 5077ed0

Browse files
author
huangshuwei
committed
update
1 parent 6fa2ba7 commit 5077ed0

File tree

2 files changed

+43
-44
lines changed

2 files changed

+43
-44
lines changed

README-CN.md

Lines changed: 21 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -23,28 +23,27 @@
2323

2424
## Supports
2525

26-
- [x] 国际化
27-
- [x] 主题定制
28-
- [x] 内置主题
29-
- [x] 固定列
30-
- [x] 固定表头
31-
- [x] 表头分组
32-
- [x] 筛选
33-
- [x] 排序
34-
- [x] 单元格样式
35-
- [x] 单元格合并
36-
- [x] 单元格自定义
37-
- [x] 单元格选择(键盘操作)
38-
- [x] 单元格省略
39-
- [x] 行单选
40-
- [x] 行多选
41-
- [x] 行展开
42-
- [x] 行样式
43-
- [x] footer
44-
- [x] 分页
45-
- [x] 虚拟滚动
46-
- [x] 自定义事件
47-
- [x] 内置 loading
26+
- [x] [国际化](http://doc.huangsw.com/vue-easytable/#/zh/doc/locale)
27+
- [x] [主题定制 & 内置主题](http://doc.huangsw.com/vue-easytable/#/zh/doc/theme)
28+
- [x] [虚拟滚动](http://doc.huangsw.com/vue-easytable/#/zh/doc/table/virtual-scroll)
29+
- [x] [固定列](http://doc.huangsw.com/vue-easytable/#/zh/doc/table/column-fixed)
30+
- [x] [固定表头](http://doc.huangsw.com/vue-easytable/#/zh/doc/table/header-fixed)
31+
- [x] [表头分组](http://doc.huangsw.com/vue-easytable/#/zh/doc/table/header-grouping)
32+
- [x] [筛选](http://doc.huangsw.com/vue-easytable/#/zh/doc/table/header-filter)
33+
- [x] [排序](http://doc.huangsw.com/vue-easytable/#/zh/doc/table/header-sort)
34+
- [x] [单元格样式](http://doc.huangsw.com/vue-easytable/#/zh/doc/table/cell-style)
35+
- [x] [单元格自定义](http://doc.huangsw.com/vue-easytable/#/zh/doc/table/cell-custom)
36+
- [x] [单元格合并](http://doc.huangsw.com/vue-easytable/#/zh/doc/table/cell-span)
37+
- [x] [单元格选择(键盘操作)](http://doc.huangsw.com/vue-easytable/#/zh/doc/table/cell-selection)
38+
- [x] [单元格省略](http://doc.huangsw.com/vue-easytable/#/zh/doc/table/cell-ellipsis)
39+
- [x] [行单选](http://doc.huangsw.com/vue-easytable/#/zh/doc/table/row-radio)
40+
- [x] [行多选](http://doc.huangsw.com/vue-easytable/#/zh/doc/table/row-checkbox)
41+
- [x] [行展开](http://doc.huangsw.com/vue-easytable/#/zh/doc/table/row-expand)
42+
- [x] [行样式](http://doc.huangsw.com/vue-easytable/#/zh/doc/table/row-style)
43+
- [x] [footer 汇总](http://doc.huangsw.com/vue-easytable/#/zh/doc/table/footer-summary)
44+
- [x] [自定义事件](http://doc.huangsw.com/vue-easytable/#/zh/doc/table/event-custom)
45+
- [x] [内置loading组件](http://doc.huangsw.com/vue-easytable/#/zh/doc/base/loading)
46+
- [x] [内置分页组件](http://doc.huangsw.com/vue-easytable/#/zh/doc/base/pagination)
4847

4948
## 支持环境
5049

README.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -23,28 +23,28 @@ Based on vue2.x flexible table components.
2323

2424
## Supports
2525

26-
- [x] Internationalization
27-
- [x] Theme Custom
28-
- [x] Built in theme
29-
- [x] Column Fixed
30-
- [x] Header Fixed
31-
- [x] Header Grouping
32-
- [x] Filter
33-
- [x] Sort
34-
- [x] Cell Style
35-
- [x] Cell Span
36-
- [x] Cell Custom
37-
- [x] Cell Selection(keyboard operation)
38-
- [x] Cell Ellipsis
39-
- [x] Row Radio
40-
- [x] Row Checkbox
41-
- [x] Row Expand
42-
- [x] Row Style
43-
- [x] Footer Summary
44-
- [x] Pagination
45-
- [x] Virtual Scroll
46-
- [x] Event Custom
47-
- [x] Loading component
26+
- [x] [Internationalization](http://doc.huangsw.com/vue-easytable/#/zh/doc/locale)
27+
- [x] [Theme Custom & Built in theme](http://doc.huangsw.com/vue-easytable/#/zh/doc/theme)
28+
- [x] [Virtual Scroll](http://doc.huangsw.com/vue-easytable/#/zh/doc/table/virtual-scroll)
29+
- [x] [Column Fixed](http://doc.huangsw.com/vue-easytable/#/zh/doc/table/column-fixed)
30+
- [x] [Header Fixed](http://doc.huangsw.com/vue-easytable/#/zh/doc/table/header-fixed)
31+
- [x] [Header Grouping](http://doc.huangsw.com/vue-easytable/#/zh/doc/table/header-grouping)
32+
- [x] [Filter](http://doc.huangsw.com/vue-easytable/#/zh/doc/table/header-filter)
33+
- [x] [Sort](http://doc.huangsw.com/vue-easytable/#/zh/doc/table/header-sort)
34+
- [x] [Cell Style](http://doc.huangsw.com/vue-easytable/#/zh/doc/table/cell-style)
35+
- [x] [Cell Custom](http://doc.huangsw.com/vue-easytable/#/zh/doc/table/cell-custom)
36+
- [x] [Cell Span](http://doc.huangsw.com/vue-easytable/#/zh/doc/table/cell-span)
37+
- [x] [Cell Selection(keyboard operation)](http://doc.huangsw.com/vue-easytable/#/zh/doc/table/cell-selection)
38+
- [x] [Cell Ellipsis](http://doc.huangsw.com/vue-easytable/#/zh/doc/table/cell-ellipsis)
39+
- [x] [Row Radio](http://doc.huangsw.com/vue-easytable/#/zh/doc/table/row-radio)
40+
- [x] [Row Checkbox](http://doc.huangsw.com/vue-easytable/#/zh/doc/table/row-checkbox)
41+
- [x] [Row Expand](http://doc.huangsw.com/vue-easytable/#/zh/doc/table/row-expand)
42+
- [x] [Row Style](http://doc.huangsw.com/vue-easytable/#/zh/doc/table/row-style)
43+
- [x] [Footer Summary](http://doc.huangsw.com/vue-easytable/#/zh/doc/table/footer-summary)
44+
- [x] [Event Custom](http://doc.huangsw.com/vue-easytable/#/zh/doc/table/event-custom)
45+
- [x] [Loading component](http://doc.huangsw.com/vue-easytable/#/zh/doc/base/loading)
46+
- [x] [Pagination component](http://doc.huangsw.com/vue-easytable/#/zh/doc/base/pagination)
47+
- [More](http://doc.huangsw.com/vue-easytable)
4848

4949
## Environment Support
5050

0 commit comments

Comments
 (0)