I'm using the MUI Data Grid (MIT licensed version).
I have my columns set to flex, as I want them to fill up the available width. However, I'd like the table to overflow (requiring scrolling) if it's resized too small.
For example, for the email column, I'd like it to never be of less width than the longest email (so the text never has ...), but have it expand its width so that it fills available space.
I know I can set a number minWidth for columns, but can't set auto or anything similar. Is there some way I can make it so, if there is some data in a column that is too large, the Data Grid will overflow?