This issue asks for drag and drop column reordering functionality. The repository is a React table component library. To implement this, one would need to add event handling for drag and drop, manage column order state, and possibly integrate with a library like react beautiful dnd. The existing codebase in src/ should be explored for column configuration and rendering. There are no comments or linked PRs providing additional context. The maintainer should clarify whether this feature is desired and if any existing constraints exist.
Swap columns · react-bootstrap-table/react-bootstrap-table2#665 | Good First Issue