react-bootstrap-table / react-bootstrap-table2

Next Generation of react-bootstrap-table
https://react-bootstrap-table.github.io/react-bootstrap-table2/
MIT License
1.26k stars 430 forks source link

Does this component support resizable column? #1800

Open yapkm01 opened 1 year ago

yapkm01 commented 1 year ago

It seems this component does not support resizable column by dragging it left or right? Can someone confirm? If it does support can one please explain what needs to be done?

dolmios commented 1 year ago

It doesn't, but you may have better luck with another table library/native table and something like column-resizer: https://www.npmjs.com/package/column-resizer.

Example here: https://codesandbox.io/s/react-bootstrap-resizable-column-znqj8?file=/package.json:186-200