mirror of
https://github.com/Mottie/tablesorter.git
synced 2025-01-12 15:24:21 +00:00
Update jquery.tablesorter.widgets.js
This commit is contained in:
parent
582ff3795e
commit
a48dbad032
@ -1583,13 +1583,13 @@
|
||||
showRow = true,
|
||||
hasAnyMatchInput = wo.filter_$anyMatch && wo.filter_$anyMatch.length,
|
||||
|
||||
// if wo.filter_$anyMatch data-column attribute is changed dynamically
|
||||
// we don't want to do an "anyMatch" search on one column using data
|
||||
// for the entire row - see #998
|
||||
columnIndex = wo.filter_$anyMatch && wo.filter_$anyMatch.length ?
|
||||
// look for multiple columns '1-3,4-6,8'
|
||||
tsf.multipleColumns( c, wo.filter_$anyMatch ) :
|
||||
[];
|
||||
// if wo.filter_$anyMatch data-column attribute is changed dynamically
|
||||
// we don't want to do an "anyMatch" search on one column using data
|
||||
// for the entire row - see #998
|
||||
columnIndex = wo.filter_$anyMatch && wo.filter_$anyMatch.length ?
|
||||
// look for multiple columns '1-3,4-6,8'
|
||||
tsf.multipleColumns( c, wo.filter_$anyMatch ) :
|
||||
[];
|
||||
data.$cells = data.$row.children();
|
||||
data.matchedOn = null;
|
||||
if ( data.anyMatchFlag && columnIndex.length > 1 || ( data.anyMatchFilter && !hasAnyMatchInput ) ) {
|
||||
|
Loading…
Reference in New Issue
Block a user