DataTables warning (table id = ..): Requested unknown parameter '0' from the data source for row ..
DataTables warning (table id = ..): Requested unknown parameter '0' from the data source for row ..
saulius
Posts: 1Questions: 0Answers: 0
Hi,
I am not sure if this is a bug. This alert cames up after this
[code]
aPos=updData.oTable.fnGetPosition(ClickedRow)
updData.oTable.fnUpdate(Row.Data, aPos, 0)
[/code]
I noticed my Row.Data array has null in some columns. If I change them to "". Message does not come any more. Issue seems to me, that DataTable should handle array like this with no problem. Actually it does - data is updated, just alert is not needed. And chrome debuging tool shows error:
Uncaught RangeError: Maximum call stack size exeeded
Which also gives me a reason to worry.
By the way I like the style how it is made :-) I mean plugin of course.
I am not sure if this is a bug. This alert cames up after this
[code]
aPos=updData.oTable.fnGetPosition(ClickedRow)
updData.oTable.fnUpdate(Row.Data, aPos, 0)
[/code]
I noticed my Row.Data array has null in some columns. If I change them to "". Message does not come any more. Issue seems to me, that DataTable should handle array like this with no problem. Actually it does - data is updated, just alert is not needed. And chrome debuging tool shows error:
Uncaught RangeError: Maximum call stack size exeeded
Which also gives me a reason to worry.
By the way I like the style how it is made :-) I mean plugin of course.
This discussion has been closed.