Hi,
Please help to verify why
fnUpdate not working in 1.9.4, jsFiddle here
http://jsfiddle.net/aeris/hMEFp/6/
but
fnUpdate from 1.9.2 is OK, jsFiddle here
http://jsfiddle.net/aeris/5R4Ee/1/
it have an input box "update" that should update the first row
thanks
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