[React Aria Components] How to fit a column to its content? #5809
-
There are CSS tricks to fit a native table's column to its content. For example, see this stackoverflow answer. When using What's the best way to fit a column's width to its content when using |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Thanks for the discussion! |
Beta Was this translation helpful? Give feedback.
Thanks for the discussion!
Unfortunately, that's not a feature that ResizableTableContainer supports at this time. We could consider adding it and would be willing to consider a contribution. In the meantime, the recommended approach would be to set it yourself, as you noted.