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 28de911 commit d17efaaCopy full SHA for d17efaa
src/Table.tsx
@@ -85,7 +85,7 @@ export interface TableProps<RecordType = unknown> extends LegacyExpandableProps<
85
tableLayout?: TableLayout;
86
87
// Fixed Columns
88
- scroll?: { x?: number | true | string; y?: number };
+ scroll?: { x?: number | true | string; y?: number | string };
89
90
// Expandable
91
/** Config expand rows */
0 commit comments