6.5.1
When I set minWidth to a column, I expect it is really the minimum width for this column but it's not. I could still resize this column to any width less than the value of minWidth.
https://codesandbox.io/s/6z6qyjrpxr
The width won't go less than 200px if you resize the browser window (or the container of the react-table).
If you manually resize the column the minWidth restriction won't apply.
@DamianFekete is correct. Closing now.
how to remove element.sty;e {min-width: 900px;} from "react-table": "6.10.0",
actually I want to remove all child element element.style to blank.
I used
but not working
Most helpful comment
The width won't go less than 200px if you resize the browser window (or the container of the react-table).
If you manually resize the column the minWidth restriction won't apply.