Skip to content

Commit 89965c2

Browse files
committed
update demo
1 parent 3744ec9 commit 89965c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/main/src/components/AnalyticalTable/AnalyticalTable.stories.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@ import { TableWithManyColumns } from './demo2';
103103
isTreeTable: false,
104104
scaleWidthMode: TableScaleWidthMode.Default,
105105
selectionMode: TableSelectionMode.SINGLE_SELECT,
106-
selectionBehavior: TableSelectionBehavior.ROW
106+
selectionBehavior: TableSelectionBehavior.ROW,
107+
overscanCountHorizontal: 5
107108
}}
108109
argTypes={{
109110
ref: { type: null },

0 commit comments

Comments
 (0)