TanStackT
TanStack2y ago
4 replies
few-sapphire

How to prevent column growth?

I try to create responsive table with pinned column.
I also use size in columns def

accessor("actions", { header: "", size: 96, }),

and it works great. But when the sum of defined colums widths is less than table`s:100%, then every column is growing to fill available space.

is there a possibility to prevent growing some of columns? for example - fix last column, which contains action buttons/icons
image.png
Was this page helpful?