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 c4cb66e commit 7f17c37Copy full SHA for 7f17c37
types/index.d.ts
@@ -450,7 +450,7 @@ export interface Options<RowData extends object> {
450
detailPanelOffset?: { left?: number; right?: number };
451
cspNonce?: string;
452
defaultOrderByCollection?: OrderByCollection[];
453
- maxColumnSort?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | ALL_COLUMNS;
+ maxColumnSort?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | ALL_COLUMNS;
454
showColumnSortOrder?: boolean;
455
sortOrderIndicatorStyle?: React.CSSProperties;
456
}
0 commit comments