// Only allow a new row when not currently editing
if ( nEditing !== null ) {
return;
}
oTable.fnUpdate( aData[i], nRow, i, false );, getting data from row
var aData = oTable.fnGetData(nRow);returns null
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.