I have build out the default screen but I can’t get the “Go to page” to work correctly. I am doing server side pagination and when I enter a page and click enter it switches to the correct page but then it defaults the pager information. So if I am on page 1 and I enter page 4, it correctly takes me to page 4 data but the pager still reads page 1 and 1-20 of 1000. Is there a way to stop the pagerrenderer from reloading with the return of the the data or another solution?