Hi there, I have seen that it question has answer but it doesn't help me .
js:
$('#example').DataTable( {
"processing": true,
"serverSide": true,
"ajax": "http://mysite.com/admin/clients/ajax-list"
} );
response from server:
{"data":{"draw":1,"recordsTotal":57,"recordsFiltered":57,"data":[{"name":"Airi","position":"Satou","office":"Accountant","extn":"Tokyo","start_date":"28th Nov 08","salary":"$162,700"},{"name":"Airi","position":"Satou","office":"Accountant","extn":"Tokyo","start_date":"28th Nov 08","salary":"$162,700"}]}}
I don't get any errors.