Is there no 'maxWidth'/'minWidth' for columns in react-table@v8
Previously when building a react table with fixed-width + flex layout, we set proper min and max widths for each column, depending on the known requirements for each data type, which allowed us to have a flexy width that grows to fill the screen, while making sure that columns that have minimal max size don't hog the screen.
Are there no similar controls for tables in react-table@v8?
0 Replies