Warning: Requested unknown parameter
Warning: Requested unknown parameter
Hello,
I am using Server-side processing, but I got this message '''Requested unknown parameter'''
http://debug.datatables.net/ohevag
Best Regards,
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
The data coming back from the server is in an object format, so you need to tell DataTables what property to use for each column. You can do that with the
columns.dataoption.Note also that you have
serverSideenabled, but the JSON response doesn't contain the required parameters. Unless you are using tens of thousands of rows I would suggest removing that option.Allan
Thanks
Have a nice day !