I have main page with table ,currently when I run my project and open the page the page is load with all the data which can take some time and I want to avoid it...
I've button of load in the page and I want that just when user click on this button load the table and not by default ,
how should I do that ?
How should I know if the user click on this button to load the data in the index page since when I run the project the index is called before the
view...