From caf6143c1a9bb6eee519c9f54765d926f30b9d57 Mon Sep 17 00:00:00 2001 From: Rainy Date: Fri, 13 Mar 2020 14:16:06 +0800 Subject: [PATCH] Update index.en-US.md --- components/table/index.en-US.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/table/index.en-US.md b/components/table/index.en-US.md index 8bf5eb895f..14e6dfea4d 100644 --- a/components/table/index.en-US.md +++ b/components/table/index.en-US.md @@ -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