Requested unknown parameter '2' for row 13, column 2

Requested unknown parameter '2' for row 13, column 2

mratteberrymratteberry Posts: 1Questions: 1Answers: 0

https://script.google.com/d/18YJihObYIF0-44WNSzsgVdgZ-OSK8NxXvYggifucIvEUbX99Ya2ECNP5/edit?usp=sharing

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

  • kthorngrenkthorngren Posts: 20,147Questions: 26Answers: 4,736

    Not sure what the link is showing us or how to see the problem. Maybe you can provide the steps to see the problem.

    Requested unknown parameter '2' for row 13, column 2

    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

Sign In or Register to comment.