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

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

botembotem Posts: 1Questions: 0Answers: 0
edited April 2013 in General
The first column of the datatable is a hidden column, the last column has two action links.

[code]



ID
RetailerName
BeginDate
EndDate
Remark
Actions









Edit Delete



[/code]

I use the following code to dynamically add a new row into datatable.

[code]
theTable.dataTable().fnAddData(data);
[/code]

I got an error like 'DataTables warning Requested unknown parameter '0' from the data source for row'.

Any anyone comment on the problem?

Replies

  • allanallan Posts: 63,516Questions: 1Answers: 10,472 Site admin
    Link to a test case please.

    Allan
This discussion has been closed.