A while ago I posted about having trouble with an auto-resizing DataTable. Here's the best I got now for anyone else. #6705
nannerpusser
started this conversation in
Show and tell
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.
I believe auto-resizing columns that fill the container/screen width are a feature we'll see implemented officially, but in the meantime I have a half-jank but working and stable way to handle it if anyone needs it or just an idea from seeing it. For reference I use this to return search results from an API with variable length ("width") of cell row content and two different justify styles for three total column headers (always visible, no row label display):
All reactions