Is there any way to rest the page links to before page request in the table's paginator?
Using lazy option to load pages from the server. However under certain circumstances I need to cancel the lazy load request. I do this by ignoring requested page and not updating the data. However I cannot figure out how to reset the page link back to the the page before the request. The page link that user clicks stays highlighted.