File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,18 @@ Based on vue2.x flexible table components.
8
8
[ API&Examples] ( http://doc.huangsw.com/vue-easytable/app.html )
9
9
10
10
## Features
11
- 1 . Adaptive, can be automatically adapted as the browser window changes(自适应,可以随着浏览器窗口改变自动适应)
12
- 2 . Fixed column, head fixed(固定列,表头固定)
13
- 3 . The default support for column width drag(默认支持列宽拖动)
14
- 4 . Supports single field sorting and multiple field sorting(支持单个字段排序和多个字段排序)
15
- 5 . Custom columns, custom cell styles, loading effects, and more(自定义列、自定义单元格样式、loading效果等)
16
- 6 . With paging components(自带分页组件)
11
+ 1 . Adaptive, can be automatically adapted as the browser window changes
12
+ 自适应,可以随着浏览器窗口改变自动适应
13
+ 2 . Fixed column, head fixed
14
+ 固定列,表头固定
15
+ 3 . The default support for column width drag
16
+ 默认支持列宽拖动
17
+ 4 . Supports single field sorting and multiple field sorting
18
+ 支持单个字段排序和多个字段排序
19
+ 5 . Custom columns, custom cell styles, loading effects, and more
20
+ 自定义列、自定义单元格样式、loading效果等
21
+ 6 . With paging components
22
+ 自带分页组件
17
23
18
24
## Install
19
25
You can’t perform that action at this time.
0 commit comments