mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 02:59:04 +08:00
Update index.en-US.md (#22188)
This commit is contained in:
commit
313f71a3c1
@ -191,7 +191,7 @@ Properties for row selection.
|
||||
| onChange | Callback executed when selected rows change | Function(selectedRowKeys, selectedRows) | - |
|
||||
| onSelect | Callback executed when select/deselect one row | Function(record, selected, selectedRows, nativeEvent) | - |
|
||||
| onSelectAll | Callback executed when select/deselect all rows | Function(selected, selectedRows, changeRows) | - |
|
||||
| onSelectInvert | Callback executed when row selection is inverted | Function(selectedRows) | - |
|
||||
| onSelectInvert | Callback executed when row selection is inverted | Function(selectedRowKeys) | - |
|
||||
|
||||
### scroll
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user