PRO 1.7.4 Persisted state not recreated

Tags: #<Tag:0x00007efc65274ee0>

Hi,

After upgrading to handsontable PRO 1.7.4, the persisted state was not recreated. I was having the columns positioned in different place and now those positions are ignored.

Seems it starts happening from version 1.7.0:

http://jsfiddle.net/gvazq82/duro2um1/

I tried moving the column again to the position, but the state is not persisted.

Additional to that, seems ‘persistentStateLoad’ is never called, not sure if that is expected.

Let me know your comments or workaround.

Thanks,

Gabriel.

Hi Gabriel,

Can you share a scenario that I can replicate to get the same unwanted behavior?

Thanks in advance.

@aleksandra_budnik

I included a JS Fiddle about the issue described “persistentState” is enabled, but if you move the column to a different position and then recreate the table column position will be moved to the original state:

http://jsfiddle.net/gvazq82/duro2um1/

Let me know your comments.

Gabriel.

I’ve tested the example and simplified it a little: http://jsfiddle.net/0nvk6vg7/
The behavior changed since v0.28.0

I’ve reported it at our Github board at: https://github.com/handsontable/handsontable/issues/3858

Thank you for sharing and for your investigation Gabriel. Our developer Krzysztof already marked this issue with a highest priority. Please check https://github.com/handsontable/handsontable/issues/3858 for updates.

1 Like

fixed in v0.31.0 - http://jsfiddle.net/handsoncode/z34ssq8L/