react-bootstrap-table/react-bootstrap-table2

Does this component support resizable column?

yapkm01 opened this issue · 1 comments

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?

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