Update CRUD.md

This commit is contained in:
CZ 2020-03-11 19:36:20 +08:00 committed by GitHub
parent 2c98759fda
commit 7bbdeb9fb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ CRUD 支持三种模式:`table`、`cards`、`list`,默认为 `table`。
| keepItemSelectionOnPageChange | `boolean` | `true` | 保留条目选择,默认分页、搜素后,用户选择条目会被清空,开启此选项后会保留用户选择,可以实现跨页面批量操作。 |
| labelTpl | `string` | | 单条描述模板,`keepItemSelectionOnPageChange`设置为`true`后会把所有已选择条目列出来,此选项可以用来定制条目展示文案。 |
| headerToolbar | Array | `['bulkActions', 'pagination']` | 顶部工具栏配置 |
| footerToolbar | Array | `['statistics', 'pagination']` | 部工具栏配置 |
| footerToolbar | Array | `['statistics', 'pagination']` | 部工具栏配置 |