DataTables warning

DataTables warning

dboysmithdboysmith Posts: 2Questions: 1Answers: 0

I am using jQuery to get data from an asmx web service hosted within SharePoint.

I am getting the dreaded "" warning in my app.
I spent almost a whole day trying different solutions for the problem.
I was getting the error for a named parameter (row 0 column 0). In this case the named parameter is coloumn 0.
So I deleted the first 10 <th> items from my table and removed the first 10 {"data":"field"}.
I then get the same error referencing a different named parameter (the only one left)
So this leads me to believe that datatables can't read my data for some reason.

The json returned by the asmx service passed jslint.

Any ideas?

Answers

  • dboysmithdboysmith Posts: 2Questions: 1Answers: 0

    sorry, the warning was:
    requested unknown parameter 'pipelinenumber' for row 0 column 0

  • allanallan Posts: 61,864Questions: 1Answers: 10,136 Site admin

    Hi,

    This tech note explains that error. If that doesn't help resolve the issue, can you link to the page showing the issue please.

    Thanks,
    Allan

This discussion has been closed.