pagination
pagination copied to clipboard
Setting the Current manually when onChange is fired.
Is there a way to set current page number of pagination manually to a fix value. Let us say, i am currently on page 7 i hit 8 , the onChange method fires but the backend fails, then how do i set the current page to 7 ? i do not see any callback for that .