[8.0.0] Can't manual row moves after resetting it

Tags: #<Tag:0x00007f0b10ddb270>

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 !

Hi @y.narazaki.test2

I tried your demo and after clicking the button I can manually move rows.
What are your browser and operating system?

FireFox and Windows10.

This title came out wrong.

I am having trouble since the grid doesn’t change after resetting manualRowMove, disabling this plugin.

You only switch off and switch on the manualRowMove plugin. In this way, you can’t reset the whole table.

So you have to reset a data set.
Here is a demo - https://jsfiddle.net/8e3htmcq/

Unfortunately, in jsfiddle doesn’t work. But I checked it in my local environment and after reset works as expected.

Could you confirm that in your environment work too?

I’m afraid the grid isn’t reset after loadData in my XAMPP.

If you check this demo - https://jsfiddle.net/xnhs2rt7/ - it works as expected.
I used a beta.2 version of 8.0.0, which we are testing right now.

So you have to wait until we release 8.0.0 version.

1 Like

I understand.

I’ll wait for you to release 8.0.0 version.

Thanks for your help!

Hi @y.narazaki.test2

I’m glad to announce that Handsontable v8.0.0 that solves this issue is live!

CDN https://cdn.jsdelivr.net/gh/handsontable/handsontable@latest/dist/handsontable.full.css
https://cdn.jsdelivr.net/gh/handsontable/handsontable@latest/dist/handsontable.full.js
NPM npm i handsontable
Release Notes https://github.com/handsontable/handsontable/releases

Please update and let me know if everything works for you. I’ll be waiting for your feedback on emails (support@handsontable.com)