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.