Handling large no of records in Infinite scroll
We are using react-virtual for an infinite scroll. Based on scroll position we fetch the next set of 500 records.
As browsers have limitation on the max height is a scroll - how do we handle when we large set of lines let’s say 5000010 to show up in the virtualizer?
0 Replies