Requested unknown parameter '0' from the data source for row x
Requested unknown parameter '0' from the data source for row x
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?
[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?
This discussion has been closed.
Replies
Allan