When using the server-side model for Ag-grid, how does the grid know the number of pages (i.e. how does it display Page 1 of X)...coz we only fetch like e.g. 100 records at once even if there are like 500 possible records ...(so how does the grid know that X here is 5)
Is there some specific attribute to be set (for X) when calling the AGGrid component ?