I have a HTML Table that currently displays 50 results as max limit.I need to apply pagination on that HTML table. Now the problem is HTML Table fetches all the results say 200, (as I removed the cap) and displays all those 200 results using pagination in 10 pages with 20 records per page.
Now I would like to fetch only 20 records that fall under a particular page when selected , rather than pulling all 200 and displaying them using pagination.