Help with CSS for resizing columns
edit: repro: https://stackblitz.com/edit/tanstack-table-7djbwc?file=src/main.tsx
Anyone mind taking a look
With this resize in SS #2 you can see the columns sizes are off. The internals are
Also when i add
When I don't use getTotalSize(), the columns don't adjust (but the code does)
Anyone mind taking a look
With this resize in SS #2 you can see the columns sizes are off. The internals are
{ actions: 1165, firstName: 0, nickName: 817 } but you can see firstName is not the 60px width.Also when i add
style={{ width: table.getTotalSize() }} my table doesn't take up w-full like it did before (i believe all the cols are at 120px while the "default" size is 150. When I don't use getTotalSize(), the columns don't adjust (but the code does)


StackBlitz
Run official live example code for Table Column Resizing Performant, created by Tanstack on StackBlitz