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