Version: 14.2
When nestedRows is set to true:
- The event beforeRowMove is fired after afterRowMove.
- The parameter “movedRows” in beforeRowMove is changed to a boolean instead of an array.
- When the beforeRowMove callback function returns false, it does not cancel the action.
Demo: https://jsfiddle.net/3wLtfanj/3/
Since the manualRowMove does not work when nestedRows is true, indicating a limitation with nestedRows, I intend to use the beforeRowMove event to prevent the move and utilize the updateData() function to achieve manual row movement. Could you please assist me in verifying whether the above-mentioned issue is indeed an issue or if it’s due to oversight on my part? Thank you!