Searched refs:mRow (Results 1 – 2 of 2) sorted by relevance
| /plugin/dokumicrobugtracker/js/ |
| D | jquery.dataTables.js | 1853 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;
|
| /plugin/datatables/assets/datatables.net/js/ |
| D | jquery.dataTables.js | 800 this.fnUpdate = function( mData, mRow, iColumn, bRedraw, bAction ) argument 805 api.row( mRow ).data( mData ); 808 api.cell( mRow, iColumn ).data( mData );
|