ant-design/components/table/demo/row-selection-and-operation.md

8 lines
260 B
Markdown
Raw Normal View History

2016-08-15 08:07:03 +08:00
## zh-CN
选择后进行操作,完成后清空选择,通过 `rowSelection.selectedRowKeys` 来控制选中项。
2016-08-15 07:54:01 +08:00
## en-US
To perform operations and clear selections after selecting some rows, use `rowSelection.selectedRowKeys` to control selected rows.