Skip to content

Commit

Permalink
Output: do not include nested table headers with parent. Fixes #1040
Browse files Browse the repository at this point in the history
  • Loading branch information
Mottie committed Oct 12, 2015
1 parent 575b922 commit 1219e49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/js/widgets/widget-output.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/widgets/widget-output.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 1219e49

Please sign in to comment.