Are there any built-in ways to handle a large number of columns?
I currently use the standard/dynamic sizing which is fine on a pc screen until the column count goes to about 15+, then even when all are collapsed the columns display strangely.
I know I could set explicit widths on the columns but then it would look strange when there’s only a few columns or the screen is large.
Such design works for any number of columns ( when you have few columns, fillspace will take all free space, when you have many columns, the scroll will appear )
Apologies, it is working - I tried several values for minWidth but I see that value should be quote high, using something like 2000 I started to see the effect. Thanks!