5
votes

I am looking for the below two features with AG-GRID pagination. Please let me know if it is possible with this grid.

  1. I have successfully implemented service side pagination with AG-Grid. The pagination gives the options "First", "Previous", "Next" and "Last". Assume a situation that i am having 50 pages. If i want to go 40th page, i will have to press the "Next" button 40 times. This is really annoying. Is there any way that we can specify the page number using the pagination option?

  2. Is there any way that i can go to a particular page during run-time or during grid on ready event?

1
How did u manage to do a server side paging with ag-grid? - amdg
@ssashok10 did you ever figure this out? - Max Millington

1 Answers

0
votes

gridOptions.api.paginationGoToPage(40);