提交 7f5735b9 编写于 作者: A afc163

update table demo

上级 97be25e8
......@@ -4,7 +4,7 @@
选择后进行操作,完成后清空选择,通过 `rowSelection.selectedRowKeys` 来控制选中项。
不支持跨页选择,选中项只限当页,换页后将会清空
此版本换页后将会清空选中
---
......@@ -50,7 +50,7 @@ const App = React.createClass({
}, 1000);
},
onSelectChange(selectedRowKeys) {
console.log('selectedRowKeys changed: ' + selectedRowKeys);
console.log('selectedRowKeys changed: ', selectedRowKeys);
this.setState({ selectedRowKeys });
},
render() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册