Not loading rows from database
Not loading rows from database
Link to test case: https://demos.turf.gg/
Debugger code (debug.datatables.net):
Error messages shown: None, rows is not loading
Description of problem: I added the
"draw": 1,
"recordsTotal": 57,
"recordsFiltered": 57,
in my json object and also sat the serverSide value to true.
But it does not want to load the results, what am I missing?
Here is my PHP script: https://hasteb.in/pomacote
This discussion has been closed.
Answers
Your example ( https://demos.turf.gg/ ) doesn't have
serverSide: true. Not sure about the PHP script, I don't use PHP. Take a look at this server side example. Click theServer-side scripttab to see the script it uses. You can look at thessp.classscript here for an example of how to write the server side script for paging.Kevin
It loaded the records for me, so assuming this has been resolved.
Colin