Searched refs:numHeaderRows (Results 1 – 1 of 1) sorted by relevance
44 function addSearchSortRow($table, numHeaderRows, columnCount) { argument50 } else if(numHeaderRows === 0) {53 $lastHeaderRow = $table.find('tr').slice(numHeaderRows - 1).first();67 function addSortFunctionality($table, $searchSortRow, numHeaderRows) { argument72 $rowsToBeSorted = $table.find('tr').slice(parseInt(numHeaderRows) + 1);99 function addSearchFunctionality($table, $searchSortRow, numHeaderRows) { argument106 $rowsToBeSearched = $table.find('tr').slice(parseInt(numHeaderRows) + 1);