Lazy loading of large data with infinite scrolling

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

The server side script is same as that used for remote paging.

This method is suitable when either

It resembles a social media application, such as the comments section on YouTube, where additional comments continuously load as we scroll down the page in search of more user interactions.

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.