server-side pagination not working
server-side pagination not working
Hello,
I'm trying to implement the jquery datatables on a php project using the server-side processing, but the pagination is not working and I have no errors in the firebug console.
I've attached some photos for better understanding.
01.png - is the html page code.
02.png - the post parameters viewed in the debug console.
03.png - the json response from server
err.png - the page view, you can easly see that the pagination links are not there and the Next/Previous buttons are disabled.
This question has an accepted answers - jump to answer
Answers
Image 3 shows that
recordsFiltered
is wrong. From the documentation:If there is no filter, it should also be 23.
Allan