Requested unknown parameter '2' for row 13, column 2
Requested unknown parameter '2' for row 13, column 2
mratteberry
Posts: 1Questions: 1Answers: 0
I am not a great coder -- someone please help me with this persistent requested unknown parameter error code! The table appears and looks totally fine, but this error code pops up each time the table is refreshed or opened.
Answers
Not sure what the link is showing us or how to see the problem. Maybe you can provide the steps to see the problem.
Guessing the data for row 13 doesn't contain all of the columns. Either make sure that all rows contain data for all the columns or use
columns.defaultContent
to display default content if the data is missing.Let us know the results of following the troubleshooting steps at the link provided in the error:
https://datatables.net/manual/tech-notes/4
If this doesn't help then post a link to your page or a running test case replicating the issue so we can help debug.
https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case
Kevin