Phalcon Datatables pagination
Phalcon Datatables pagination
Hi all,
Can anyone who used Phalcon Datatables: https://github.com/m1ome/phalcon-datatables
Tell me how I can make server side pagination?
I've tried:
$dataTables = new DataTable(array('limit' => 10));
$dataTables->fromArray($entries)->sendResponse();
However it didn't help and loading time is nearly ~30sec
This discussion has been closed.