Lazy loading of large data

In this example, records are fetched on demand from remote data store as the vertical scrollbar reaches the bottom.

This method is suitable in either one or both situations:

This demo is limited to a total of 11,111 records but it's scalable to any number of records in real life use case scenarios.