fix: revert ResizableTableContainer — was causing wide checkbox column

Column resize needs dedicated CSS work. Show/hide columns still works.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-31 13:37:16 +05:30
parent 1e64760fd1
commit 9ec8d194ac
2 changed files with 5 additions and 15 deletions

View File

@@ -133,9 +133,6 @@ export const LeadTable = ({
id={column.id}
label={column.label}
allowsSorting={column.allowsSorting}
allowsResizing={column.id !== 'actions'}
defaultWidth={column.defaultWidth}
minWidth={50}
/>
)}
</Table.Header>