I’ve learned how to programatically reset the grid to the initial state before manually moving rows in this topic.
https://forum.handsontable.com/t/reset-manual-row-moves/708/2
However, I am having trouble since I can’t manual row moves after resetting it.
Enabling this plugin after disabling it, the grid becomes the state after manually moving rows.
Here is my code.
https://jsfiddle.net/y_nara/7f3bdu2g/22/
Is there any good idea to solve this problem?
Thank you !