Yes, this is kind of a general question, no I don't have a code example, but I'm still looking for an answer :)
I'm trying to use ag-grid with Angular and need to be able to do infinite scroll in a way that it triggers the call for data when the grid is at the top not the bottom. My data is structured so that the newest info is on the bottom, so scrolling up should call for more data. The data does not support the obvious solution of Why don't you just put the new data at the top?.
Does anyone have experience doing this with ag-grid?