I am using Datatables and filling the data using Ajax from server side. I don’t want to pull whole data at once from server but need to fetch results for a single page and when user press on next or previous link, I want to make an ajax call and fetch results on the fly for that page only.
Is it possible with datatables?
What you need is proper initialization
For complete documentation and example have a look here