Hello!
Is it possible to move a single column without selection and highlighting it? behavior out of the box is that the user selects a column with the first click and only after that he can start moving it on the second click of the mouse. Is there any way to implement the following behavior: the user clicks on the column header, column selection does not occur and the user can immediately start moving the column without having to click again? Thanks!
Move unselected column
Hi @lromtpyu,
At the moment, this behaviour is hard-coded in the plugin.
The possibilities are:
- extend the built-in
ManualColumnMove
plugin overwritingonBeforeOnCellMouseDown
, - build a custom plugin to moving columns