Error: Requested unknown parameter '0' for row 0, column 0.
Error: Requested unknown parameter '0' for row 0, column 0.
eLRobbo
Posts: 3Questions: 1Answers: 0
It appears that this is related to the fact that I am passing back an array of objects. I have tried everything that I could find in documentation (here and googleville), but to no avail. Any help? ASP.net, C#, backend. I believe I am passing back all required parameters. A working (???) example here: http://lektrikpuke-001-site1.ctempurl.com/
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
I realize now I should have said, " an example showing this behavior," and not working example. To be clear, it does not work correctly.
You have this code commented out:
This should work. But you do need to move it outside of the ajax config options. Like this:
Also noticed you have two icons for the sorting arrows. This indicates conflicting CSS files. You have:
When using
dataTables.bootstrap.css
. you don't wantjquery.dataTables.css
. Try removingjquery.dataTables.css
.Kevin
Genius! I didn't realize I had columns in the ajax section. Thank you for your second set of eyes. Your fix is shown on: http://lektrikpuke-001-site1.ctempurl.com/Home/Contact
Thanks again for your help.