mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
2c1fda70d6
+ 表格 `rowSelection` 支持多选 + 表格可配置某行数据默认选中、不能选中。该配置对 ajax 载入的数据有效。 示例: ``` getCheckboxProps: function (value) { return { defaultValue: value.name === '胡彦祖ajax2', // 配置默认勾选的列 disabled: value.name === '李大嘴ajax3' // 配置无法勾选的列 } }, ``` |
||
---|---|---|
.. | ||
demo | ||
filterDropdown.jsx | ||
index.jsx | ||
index.md |