Output: do not include nested table headers with parent. Fixes #1040

This commit is contained in:
Rob Garrison 2015-10-12 07:32:07 -05:00
parent 575b92221a
commit 1219e49d30
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -138,7 +138,7 @@
// get header cells
$this = $el
.find('thead tr')
.children('thead').children('tr')
.not('.' + (ts.css.filterRow || 'tablesorter-filter-row') )
.filter( function() {
return wo.output_hiddenColumns || $(this).css('display') !== 'none';