Skip to content

Commit

Permalink
feat: Added comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Mayur committed Dec 4, 2024
1 parent 26556af commit d1d0b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/widget/src/components/Common/Table/Table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ export const Table = forwardRef<HotTableClass, TableProps>(
}}
stretchH="all"
renderAllColumns
// manualColumnResize
// manualColumnResize //If the table's column is too large, expanding it may disrupt the column structure
columns={columnDefs}
colHeaders={headings}
rowHeaders={rowHeaders}
Expand Down

0 comments on commit d1d0b96

Please sign in to comment.