Datatables pagination with many items
Datatables pagination with many items
dimkoug
Posts: 1Questions: 1Answers: 0
Hello ,
I want to use datatables with pagination, I have a database table with more than 1000 rows
How to use it
Thanks a lot
Answers
With 1000 rows I would first try without enabling server side processing and if the performance is acceptable use client side processing.
But to answer your question you will need a server script that supports the Service Side Processing protocols. These examples use a basic script called ssp.class.php. Or you can use the Editor server libraries as described in this blog. Or you can write your own server side scripts to support the protocol.
Kevin