We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c1e6e5 commit 3208710Copy full SHA for 3208710
src/Table.tsx
@@ -112,7 +112,7 @@ export interface TableProps<RecordType = unknown> extends LegacyExpandableProps<
112
children?: React.ReactNode;
113
data?: readonly RecordType[];
114
columns?: ColumnsType<RecordType>;
115
- rowKey?: string | GetRowKey<RecordType>;
+ rowKey?: string | symbol | GetRowKey<RecordType>;
116
tableLayout?: TableLayout;
117
118
// Fixed Columns
0 commit comments