Discussion about Column Def width updates #4408
Unanswered
alilahrime
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In v7 of react tables, it was fairly straight forward to update the widths of each individual column. Previously the memoized columns definition would be an array of objects with properties including { Header: 'header', accessor: 'accessor', width: 1234 }. I'm implementing an expandable table using this example as a jump off point.
How can I modify the width of individual columns in v8 similar to way width can be changed in previous versions(s)?
I've tried setting defaultColumnSizing like suggested here and making trying to make changes to
size
,minSize
andmaxSize
in various places [with enableColumnResizing/enableResizing set to true], but still no luck.Thank you for the support and thank you for the amazing library.
Beta Was this translation helpful? Give feedback.
All reactions