You are specifically telling fnUpdate to update the cell `0` with newRow. To update the whole row just don't pass a cell identifier: http://jsfiddle.net/hMEFp/7/
This was a bug in 1.9.2 where arrays couldn't be used as a data source for a single cell, that was then fixed :-)
Replies
You are specifically telling fnUpdate to update the cell `0` with newRow. To update the whole row just don't pass a cell identifier: http://jsfiddle.net/hMEFp/7/
This was a bug in 1.9.2 where arrays couldn't be used as a data source for a single cell, that was then fixed :-)
Allan