var a = oTable.fnAddData([whatever]); var oSettings = oTable.fnSettings(); var nTr = oSettings.aoData[ a[0] ].nTr;* warning this code is untested!
var a = oTable.fnAddData([whatever]); var nTr = oTable.fnSettings().aoData[ a[0] ].nTr;And now the newly added row is in nTr - so you can do whatever you want to it as you would with any DOM element.
It looks like you're new here. If you want to get involved, click one of these buttons!
Get useful and friendly help straight from the source.