How to reset the User State without reload the page.
How to reset the User State without reload the page.
Omniwyse
Posts: 29Questions: 11Answers: 0
When I click on reset button table should reset to original state how to do that without reload the page.
Answers
Our StateRestore adds the API methods you'd need for this. For example
stateRestore.state().load()
to load the state back in, andstateRestore.state()
to get the current state which you would read when the DataTable first is loaded (to get the state that you will use the load method to get back to).Allan