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.
2 parents f8d1ac9 + ebdc737 commit a9e2e6eCopy full SHA for a9e2e6e
apps/widget/src/components/Common/Table/Table.tsx
@@ -293,7 +293,7 @@ export const Table = forwardRef<HotTableClass, TableProps>(
293
}}
294
stretchH="all"
295
renderAllColumns
296
- manualColumnResize
+ // manualColumnResize //If the table's column is too large, expanding it may disrupt the column structure
297
columns={columnDefs}
298
colHeaders={headings}
299
rowHeaders={rowHeaders}
0 commit comments