-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
Description
Going over the docs, there does not seem to be a way to to resize a table column's width once drawn.
Seems like the only way to ensure all data is visible would be auditing the data going into tables to predefine a minimal width for each column so as to not cut-off any data, and would seem wasteful when the total available width can change depending on display - Best to let viewers control their table layout as fits their display.
gedoensmax