server side processing not working

server side processing not working

lhyxlhyx Posts: 3Questions: 1Answers: 0
Office Office Office Office Office
$(document).ready(function() { $('#datatable').dataTable({ "serverSide": true, "ajax": "url.php", }); });

{"recordsTotal":1,"recordsFiltered":1,"data":[["1","test","test","1","test"]],"draw":"1"}

TypeError: data is undefined

I have searched for hours. I can't get server side processing to work. Any help ?

Answers

This discussion has been closed.