mirror of
https://dev.azure.com/globalhealthx/EMR/_git/helix-engage
synced 2026-04-12 10:48:14 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user