diff --git a/src/Table.tsx b/src/Table.tsx index f00db336..870a0b05 100644 --- a/src/Table.tsx +++ b/src/Table.tsx @@ -112,7 +112,7 @@ export interface TableProps extends LegacyExpandableProps< children?: React.ReactNode; data?: readonly RecordType[]; columns?: ColumnsType; - rowKey?: string | GetRowKey; + rowKey?: string | symbol | GetRowKey; tableLayout?: TableLayout; // Fixed Columns