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 3744ec9 commit 89965c2Copy full SHA for 89965c2
packages/main/src/components/AnalyticalTable/AnalyticalTable.stories.mdx
@@ -103,7 +103,8 @@ import { TableWithManyColumns } from './demo2';
103
isTreeTable: false,
104
scaleWidthMode: TableScaleWidthMode.Default,
105
selectionMode: TableSelectionMode.SINGLE_SELECT,
106
- selectionBehavior: TableSelectionBehavior.ROW
+ selectionBehavior: TableSelectionBehavior.ROW,
107
+ overscanCountHorizontal: 5
108
}}
109
argTypes={{
110
ref: { type: null },
0 commit comments