generating pagination, but only show 10 records server side question

generating pagination, but only show 10 records server side question

GoddardGoddard Posts: 14Questions: 6Answers: 0

I want the data tables to be generated through ajax request calls. Right now I have it setup with the ajax config. I thought I was going to then be able to click on the pagination next button, or have some way to generate a pagination range, but I am having some difficulty finding the information.

So if on initial load it is showing say record 0 to 10, but I want to have a pagination with all the record ids in 10 record increments. Is this not possible?

If I have 50,000 records I want to display, but obviously I can't send those all to the browser and have datatables manage such a large dataset? This would take forever to load.

How do people handle this?

Thanks

This question has an accepted answers - jump to answer

Answers

This discussion has been closed.