#How to configure a column to only be as wide as it's content?
5 messages · Page 1 of 1 (latest)
set the header width to be a static value
just don't use the size properties from TanStack Table at all and rely on the normal semantic table elements CSS width behavior
Yeah, I'm setting the th and td's width property in CSS, just for that column
@wanton berry ⬆️