ra-element 0.1.10 → 0.1.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/ra-table.md +1 -0
- package/lib/ra-element.css +1 -1
- package/lib/ra-element.es.js +6 -3
- package/lib/ra-element.umd.js +1 -1
- package/package.json +1 -1
package/docs/ra-table.md
CHANGED
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
| paginationType | String | 分页类型,如果为manually,则使用手动分页,data传入所有数据即可,如果为axios使用后端分页使用axios请求数据 | '' | |
|
|
14
14
|
| total | Number | 总数量,paginationType为axios需要 | 0 | |
|
|
15
15
|
| layout | String | 分页layout布局,默认为total, prev, pager, next | 'total, prev, pager, next, sizes, jumper' | |
|
|
16
|
+
| enableTopLine | Boolean | 启用表格上方一层div,可以插入各个组件 | false | |
|
|
16
17
|
| enableSelection | Boolean | 启用选择功能 | false | |
|
|
17
18
|
| enableFilterColumn | Boolean | 是否开启显示列功能 | false | |
|
|
18
19
|
| defaultColumnKeys | Array | 默认显示列(enableFilterColumn需要设置为true) | | |
|