Searched refs:mRow (Results 1 – 1 of 1) sorted by relevance
1853 this.fnGetData = function( mRow, iCol ) argument1857 if ( typeof mRow != 'undefined' )1859 var iRow = (typeof mRow == 'object') ? 1860 _fnNodeToDataIndex(oSettings, mRow) : mRow;1941 this.fnUpdate = function( mData, mRow, iColumn, bRedraw, bAction ) argument1945 var iRow = (typeof mRow == 'object') ? 1946 _fnNodeToDataIndex(oSettings, mRow) : mRow;