AgGridReact Pagination summary showing 1 to ? of 230 instead of 1 to 20 of 230
I am using AgGridReact to fetch API data and populate over a grid. When I render the grid initially, it is showing all the pagination options properly. But when I change the page size from default 10 to 20, the Navigation Summary section is showing the summary as “1 to ? of 230” instead of “1 to 20 of 230”. We are using the server side pagination.
Below is the code.