Hello!
I'm having trouble trying to setup the grid so that the columns take the minimum possible width based on the text after using showColumnChooser to pick only a few columns to show up on screen.
I do not want the remaining columns to automatically expand to the width of the whole table.
Here's an image of what I would like it to look like. Please note I have only selected 3 columns out of many, but this only happens after doing an action on a column:
Currently I'm only able to get a stackblitz example to look like this. You can see that it automatically resizes to the entire width:
Stackblitz Link:
https://stackblitz.com/edit/syncf-grid-min-column-width?file=app.component.html
Please help!
Mike Q