fix table not re-rendering on column configuration change

This commit is contained in:
jeffvli
2025-12-04 04:07:24 -08:00
parent 7c5dc5bb39
commit b66530f8fd
2 changed files with 420 additions and 457 deletions
@@ -774,7 +774,7 @@ const TableColumnItem = memo(
postProcess: 'sentenceCase',
}),
}}
variant={item.align === 'end' ? 'filled' : 'subtle'}
variant={item.align === 'end' ? 'outline' : 'subtle'}
/>
</ActionIconGroup>
<NumberInput