mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-02 20:19:44 +08:00
Merge branch 'master' into develop-0.12.0
This commit is contained in:
commit
4b5e09de8d
@ -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() {
|
||||
|
@ -215,6 +215,7 @@
|
||||
&:not([disabled]).active {
|
||||
> .@{iconfont-css-prefix} {
|
||||
color: @btn-primary-color;
|
||||
position: relative;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user