• R
    Table 列选择模式重构 · 390ba270
    RaoHai 提交于
    close #252
    
    + 表格 `rowSelection` 支持多选
    + 表格可配置某行数据默认选中、不能选中。该配置对 ajax 载入的数据有效。
    示例:
    ```
    getCheckboxProps: function (value) {
        return {
            defaultValue: value.name === '胡彦祖ajax2', // 配置默认勾选的列
            disabled: value.name === '李大嘴ajax3'    //配置无法勾选的列
        }
    },
    ```
    390ba270
Analyzing file…
package.json 3.1 KB