Hello, Handsontable team,
According to the doc, the hook persistentStateSave
is only exposed when the option persistentState
is set true. However, it is still called when the column is manually moved even when the persistentState
is set false.
It doesn’t check whether the persistentState
is set to false.
Please check this fiddle: https://jsfiddle.net/guobacai/46gcnaLz/22/
Also, when calling the moveColumns/moveColumn
, the hook persistentStateSave
is not called even when the persistentState
is set true. I am not sure if this is by design.