I have a huge table in a web page. I want ot apply lazy loading for the table. How to achieve it?
We can bind the table inside the different module and then the user going on that page or perform any events then we can load that module which contains the table.