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:
There are too many records to fetch from server in a single request without using paging.
Total number of records is unknown.
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.