Infinite Loading of Data Table in Lightning Web Component
In Lightning Web component, we can develop Lightning data table with infinite loading capability. This will help users to see more records whenever they scroll to the bottom of the table rows, querying more every time the user scrolls to the end rather than querying all records at once.