Preserve the state of pager when page reloads

Hi team,

Is it possible to save the state of the page when page reloads. For example if I navigate to page no.3 and when I refresh the page it should remain in page 3 itself. But it comes back to page 1. I tried something like this https://snippet.webix.com/tzt19t61 but its not working.

It will be helpful if solved.

Thanks in advance

Hi, the state of the datatable does not contain pager info, so you will have to get the current page from the pager config and save it to the state. When the datatable is ready, set that page to the pager
https://snippet.webix.com/rmch706q

Thankyou