Searched refs:sorttable (Results 1 – 3 of 3) sorted by relevance
21 sorttable = { variable32 sorttable.DATE_RE = /^(\d\d?)[\/\.-](\d\d?)[\/\.-]((\d\d)?\d\d)$/;36 sorttable.makeSortable(table);84 if (mtch && typeof sorttable["sort_"+override] == 'function') {85 headrow[i].sorttable_sortfunction = sorttable["sort_"+override];87 headrow[i].sorttable_sortfunction = sorttable.guessType(table,i);92 dean_addEvent(headrow[i],"click", sorttable.innerSortFunction = function(e) {97 sorttable.reverse(this.sorttable_tbody);110 sorttable.reverse(this.sorttable_tbody);148 row_array[row_array.length] = [sorttable.getInnerText(rows[j].cells[col]), rows[j]];[all …]
29 sorttable.makeSortable(jQNew(this).get(0));
24 * [Sorttable](http://www.kryogenix.org/code/browser/sorttable/) built in.