Skip to content

Commit 72f928c

Browse files
committed
added index parameter on function of rowKey
1 parent 00656b5 commit 72f928c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/table/index.en-US.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const columns = [{
5252
| locale | i18n text including filter, sort, empty text, etc | object | filterConfirm: 'Ok' <br> filterReset: 'Reset' <br> emptyText: 'No Data' |
5353
| pagination | Pagination [config](#pagination) or [`Pagination`] (/components/pagination/), hide it by setting it to `false` | object | |
5454
| rowClassName | Row's className | Function(record, index):string | - |
55-
| rowKey | Row's unique key, could be a string or function that returns a string | string\|Function(record):string | `key` |
55+
| rowKey | Row's unique key, could be a string or function that returns a string | string\|Function(record, index):string | `key` |
5656
| rowSelection | Row selection [config](#rowSelection) | object | null |
5757
| scroll | Set horizontal or vertical scrolling, can also be used to specify the width and height of the scroll area. It is recommended to set a number for `x`, if you want to set it to `true`, you need to add style `.ant-table td { white-space: nowrap; }`. | { x: number \| true, y: number } | - |
5858
| showHeader | Whether to show table header | boolean | `true` |

0 commit comments

Comments
 (0)