Requested unknown parameter 'ListId' from the data source for row 0

Requested unknown parameter 'ListId' from the data source for row 0

tiger00555tiger00555 Posts: 3Questions: 0Answers: 0
edited August 2013 in General
DataTables warning (table id = 'example'): Requested unknown parameter 'ListId' from the data source for row 0
I have tried everything people have posted about issues similar to this and I can't seem to get it working. My end goal is to call a webmethod to return some data and populate the datatable. i have scaled it way back to statically setting data for the datatable via aaData in a function tied to a button click.

the code can be tested here:
http://live.datatables.net/ayidim/8/edit#source

I am using
* File: jquery.dataTables.min.js
* Version: 1.9.4

Replies

  • tiger00555tiger00555 Posts: 3Questions: 0Answers: 0
    all i needed was parseJson on the object!
  • tiger00555tiger00555 Posts: 3Questions: 0Answers: 0
    working version if anyone is interested
    http://live.datatables.net/ayidim/11
This discussion has been closed.