mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
Stop repeated filter widget searches. Fixes #431
This commit is contained in:
parent
7b1699c955
commit
838ad26ba1
@ -804,6 +804,7 @@ ts.filter = {
|
||||
});
|
||||
},
|
||||
findRows: function(table, filters, combinedFilters) {
|
||||
if (table.config.lastCombinedFilter === combinedFilters) { return; }
|
||||
var cached, len, $rows, rowIndex, tbodyIndex, $tbody, $cells, columnIndex,
|
||||
childRow, childRowText, exact, iExact, iFilter, lastSearch, matches, result,
|
||||
searchFiltered, filterMatched, showRow, time,
|
||||
|
Loading…
Reference in New Issue
Block a user