ag-grid
ag-grid copied to clipboard
Add pagination to scrolling loads
One of the effects you want to implement is: when rowModelType: 'infinite', you can scroll load data, you can also load data through a custom paging component, and you can also support jumping to a page, including requested data, allowing direct jumping to the page;
At present, the problem is api.paginationGoToPage(n). If n is not loaded data, it cannot trigger the request data of getRows. How to deal with it ag-grid: v25.0.1