element-assits 0.0.12 → 0.0.13
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/README.md +3 -0
- package/lib/index.js +884 -768
- package/lib/style.css +1 -1
- package/lib/style.scss +140 -119
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -57,6 +57,9 @@ Vue 原型上挂载了 `$asyncLoad` 方法
|
|
|
57
57
|
| innerPagination | 内部 - 分页 | Boolean \| Object | undefined
|
|
58
58
|
| innerOperation | 内部 - 操作栏(尾列)| Boolean \| Object | undefined
|
|
59
59
|
|
|
60
|
+
> `innerSelection` 可以绑定 `{ data: selectedRows }` 接收选中的行
|
|
61
|
+
> `innerOperation` 可以绑定 `{ maxNumOfBtn: 3 }` 设置操作栏最大显示的按钮数,超出将被折叠
|
|
62
|
+
|
|
60
63
|
## methods
|
|
61
64
|
|
|
62
65
|
| 方法名 | 说明 | 参数 |
|