T
TanStack3y ago
sensitive-blue

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
sensitive-blue
sensitive-blueOP3y 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?