Commit Graph

2 Commits (aed7eae2bc8173eda5a7cd40ed10b5c738328160)

Author SHA1 Message Date
afc163 100adfc69a update row select argument name 9 years ago
RaoHai 2c1fda70d6 Table 列选择模式重构
+ 表格 `rowSelection` 支持多选
+ 表格可配置某行数据默认选中、不能选中。该配置对 ajax 载入的数据有效。
示例:
```
getCheckboxProps: function (value) {
    return {
        defaultValue: value.name === '胡彦祖ajax2', // 配置默认勾选的列
        disabled: value.name === '李大嘴ajax3'    // 配置无法勾选的列
    }
},
```
9 years ago