Requested unknown parameter 'ListId' from the data source for row 0
Requested unknown parameter 'ListId' from the data source for row 0
tiger00555
Posts: 3Questions: 0Answers: 0
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
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
This discussion has been closed.
Replies
http://live.datatables.net/ayidim/11