Warning: Requested unknown parameter
Warning: Requested unknown parameter
nullpointer
Posts: 23Questions: 12Answers: 2
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.data
option.Note also that you have
serverSide
enabled, 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 !