Datatables large data volume

-1

I'm researching solutions to load a large volume of data on a page with Datatables and would like to know if Datatables already has some function in which it is requesting along the server portions of data through an offset? (via Ajax request)?

If not, do you have any other solution for this?

Q.: I'm looking for if anyone here has had such an experience before doing a method in the Front-end controller that is requesting portions of data next to the API until filling the total amount in the table.

    
asked by anonymous 01.02.2017 / 18:11

2 answers

1

Eai brow, datatables is a great tool, but it is very bad to use for large volumes of data. So we developers use dynamic pagination. Here's a tutorial from the DevMedia site that will assist you in creating dynamic pagination with the page in the URL using $ _GET. For lack of information, I concluded that you are developing structured. However, if you have using frameworks like Symfony, Laravel, Codeigniter or others, they have components that greatly simplify the process. And finally, if you implemented via $ _GET, you will easily be able to deploy via Ajax.

link

    
15.02.2017 / 20:51
0

Yes, there is a look here: link

And here: link

    
01.02.2017 / 18:38