diff --git a/js/jquery.tablesorter.widgets.js b/js/jquery.tablesorter.widgets.js index f2335f0a..483a4c52 100644 --- a/js/jquery.tablesorter.widgets.js +++ b/js/jquery.tablesorter.widgets.js @@ -1192,6 +1192,10 @@ ts.filter = { source = wo.filter_selectSource, fxn = $.isFunction(source) ? true : ts.getColumnData( table, source, column ); + if (onlyAvail && c.$table.data('lastSearch')[column] !== '') { + onlyAvail = false; + } + // filter select source option if (fxn === true) { // OVERALL source