Home
last modified time | relevance | path

Searched refs:mRow (Results 1 – 1 of 1) sorted by relevance

/plugin/dokumicrobugtracker/js/
H A Djquery.dataTables.js1853 this.fnGetData = function( mRow, iCol ) argument
1857 if ( typeof mRow != 'undefined' )
1859 var iRow = (typeof mRow == 'object') ?
1860 _fnNodeToDataIndex(oSettings, mRow) : mRow;
1941 this.fnUpdate = function( mData, mRow, iColumn, bRedraw, bAction ) argument
1945 var iRow = (typeof mRow == 'object') ?
1946 _fnNodeToDataIndex(oSettings, mRow) : mRow;