mirror of
https://github.com/Mottie/tablesorter.git
synced 2025-01-12 15:24:21 +00:00
Output: do not include nested table headers with parent. Fixes #1040
This commit is contained in:
parent
575b92221a
commit
1219e49d30
2
dist/js/widgets/widget-output.min.js
vendored
2
dist/js/widgets/widget-output.min.js
vendored
File diff suppressed because one or more lines are too long
@ -138,7 +138,7 @@
|
|||||||
|
|
||||||
// get header cells
|
// get header cells
|
||||||
$this = $el
|
$this = $el
|
||||||
.find('thead tr')
|
.children('thead').children('tr')
|
||||||
.not('.' + (ts.css.filterRow || 'tablesorter-filter-row') )
|
.not('.' + (ts.css.filterRow || 'tablesorter-filter-row') )
|
||||||
.filter( function() {
|
.filter( function() {
|
||||||
return wo.output_hiddenColumns || $(this).css('display') !== 'none';
|
return wo.output_hiddenColumns || $(this).css('display') !== 'none';
|
||||||
|
Loading…
Reference in New Issue
Block a user