I'm using the Ag-Grid version 20.0.0 with the Infinite row model and pagination enable. I want to be able to set the initial page for the first load but I don't see any property that allows me to customize that. They only provide the method paginationGoToPage
to change the page but this method requires that the grid has been loaded first, and this force me to do two calls, one for the first time (page 0) and the second one to the page that I really want.
ag-grid (community edition v21 in my case) does not provide such a feature out of the box. The infinite row model always gets first row "to kick things of". To achieve the desired behavior, you have to either: