Closed joneit closed 6 years ago
Moving column when column(s) selected throws an error and leaves column selection and column moving in an invalid state.
Solution would seem to be simple: When grabbing a column to move it, we need to deselect any selected columns (as we are doing with cells).
No simple solution; grid.selectionModel.columnSelectionModel.clear() is already being called.
grid.selectionModel.columnSelectionModel.clear()
Fixed in v3.0.2 (PR #742, commit 901ea16).
Moving column when column(s) selected throws an error and leaves column selection and column moving in an invalid state.
Solution would seem to be simple: When grabbing a column to move it, we need to deselect any selected columns (as we are doing with cells).