react-bootstrap-table2 icon indicating copy to clipboard operation
react-bootstrap-table2 copied to clipboard

Does this component support resizable column?

Open yapkm01 opened this issue 1 year ago • 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?

yapkm01 avatar Apr 26 '23 02:04 yapkm01

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

dolmios avatar Jun 21 '23 16:06 dolmios