Table: add test for selectOnIndeterminate (#10210)

This commit is contained in:
杨奕
2018-03-16 21:42:11 +08:00
committed by GitHub
parent e36d57ac1d
commit 84bb3397cb
7 changed files with 49 additions and 4 deletions

View File

@@ -2035,7 +2035,7 @@
| sum-text | 合计行第一列的文本 | String | — | 合计 |
| summary-method | 自定义的合计计算方法 | Function({ columns, data }) | — | — |
| span-method | 合并行或列的计算方法 | Function({ row, column, rowIndex, columnIndex }) | — | — |
| select-on-indeterminate | Controls the behavior of master checkbox in multi-select tables when only some rows are selected (but not all). If true, all rows will be selected, else deselected. | Boolean | — | false |
| select-on-indeterminate | 在多选表格中,当仅有部分行被选中时,点击表头的多选框时的行为。若为 true则选中所有行若为 false则取消选择所有行 | Boolean | — | true |
### Table Events
| 事件名 | 说明 | 参数 |