react-bootstrap-table2
react-bootstrap-table2 copied to clipboard
Does this component support resizable column?
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