Searched refs:sorttable (Results 1 – 1 of 1) 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);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]];168 sortfn = sorttable.sort_alpha;[all …]