Stop repeated filter widget searches. Fixes #431

This commit is contained in:
Mottie 2013-11-24 09:46:38 -06:00
parent 7b1699c955
commit 838ad26ba1

View File

@ -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,