T
TanStack3y ago
rival-black

How to set default column size to "fit-content"?

Looking at the APIs/types I haven't seen anything that would allow me to do this, is it possible?
1 Reply
rival-black
rival-blackOP3y ago
answering myself for anyone stumbling into this in the future. I added the following to the table options:
defaultColumn: {
size: 0,
},
defaultColumn: {
size: 0,
},

Did you find this page helpful?