Data is dynamically loaded on the page when the user reaches the bottom of the page while scrolling.
User doesn’t have to click on any action button to load new records. For doing this require sending AJAX request to fetch data on page scroll.
In this tutorial, I show how you can load content from MySQL database on page scroll using JavaScript and PHP.