Skip to content

Commit a9e2e6e

Browse files
feat: Commented manualColumnResize (#895)
2 parents f8d1ac9 + ebdc737 commit a9e2e6e

File tree

1 file changed

+1
-1
lines changed
  • apps/widget/src/components/Common/Table

1 file changed

+1
-1
lines changed

apps/widget/src/components/Common/Table/Table.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ export const Table = forwardRef<HotTableClass, TableProps>(
293293
}}
294294
stretchH="all"
295295
renderAllColumns
296-
manualColumnResize
296+
// manualColumnResize //If the table's column is too large, expanding it may disrupt the column structure
297297
columns={columnDefs}
298298
colHeaders={headings}
299299
rowHeaders={rowHeaders}

0 commit comments

Comments
 (0)