I am working with React Ag Grid. I want to implement lazy loading with the grid.
But React Ag Grid does not provide lazy loading. It provides infinite scrolling but then it will not support filtering and sorting.
I am using tingodb (Nosql) db,
How can I achieve lazy loading with react ag grid?
TIA