Update index.en-US.md (#22188)

This commit is contained in:
偏右 2020-03-13 14:36:21 +08:00 committed by GitHub
commit 313f71a3c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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