ag-grid icon indicating copy to clipboard operation
ag-grid copied to clipboard

Add pagination to scrolling loads

Open pingbaohua opened this issue 1 year ago • 0 comments

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

pingbaohua avatar Aug 05 '24 12:08 pingbaohua