Dash AG Grid Infinite Scroll access cached data

Hi, I’m new to AG Grid.

I’m using an infinite scroll grid to load data from a MySQL database with an upper limit on the cache block number, such that as I scroll, the oldest block is cleared as the newest block loads in a “rolling window” fashion. So far this is working well.

However, I’d like to be able to access the totality of the underlying cached row data after the grid is updated with a new block. This way, I might be able to use those cached rows to graph the rolling window as I scroll through though the grid.

Is this functionality possible, or are there better ways to go about it?
Thanks for reading.