Skip to content

Commit af0df67

Browse files
committed
feat: reset demo
1 parent 3019a32 commit af0df67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/fixedColumnsAndHeader.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const columns = [
6161

6262
const Demo = () => (
6363
<React.StrictMode>
64-
<Table columns={columns as any} data={[{ key: 1 }]} scroll={{ x: 2000 }} sticky />
64+
<Table columns={columns as any} data={[]} scroll={{ x: 'max-content' }} sticky />
6565
</React.StrictMode>
6666
);
6767

0 commit comments

Comments
 (0)