Home
last modified time | relevance | path

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

/plugin/tablelayout/script/
H A Dscript.js44 function addSearchSortRow($table, numHeaderRows, columnCount) { argument
50 } else if(numHeaderRows === 0) {
53 $lastHeaderRow = $table.find('tr').slice(numHeaderRows - 1).first();
67 function addSortFunctionality($table, $searchSortRow, numHeaderRows) { argument
72 $rowsToBeSorted = $table.find('tr').slice(parseInt(numHeaderRows) + 1);
99 function addSearchFunctionality($table, $searchSortRow, numHeaderRows) { argument
106 $rowsToBeSearched = $table.find('tr').slice(parseInt(numHeaderRows) + 1);