Need help with persistentSave and history.go(-1)

Tags: #<Tag:0x00007efc62102ad8>

Hello Experts,

Scenario:
We have a handsontable object on a page that submits a form to the data validation page. On validation page, we check for valid data and show error if required, with a “Back” button that takes user back to previous page-> “history.go(-1)”
Now when the user click back button, all the other fields like Input text boxes have data that user had entered before submitting, but the handsontable is fresh as new. It does not save the state.

Please help us setup the persistentState for this scenario.
What event should contain the code for persistentStateLoad for history.go(-1) ?

Thanks in advance.

You may want to take a look at this thread in SO:

thanks for the link @helmutgranda it’s well explain
@aalap_sharma did it solved your issue?