Skip to content

Commit

Permalink
75903eba77822f935e3be270cca1350171131a6d Fix: Disable "locked" header…
Browse files Browse the repository at this point in the history
…s from a browser 'print' action (floating headers were already removed).

Sync to source repo @75903eba77822f935e3be270cca1350171131a6d
  • Loading branch information
dtbuild committed May 2, 2024
1 parent 9134d11 commit 053981f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion css/fixedHeader.dataTables.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ table.fixedHeader-locked {
}

@media print {
table.fixedHeader-floating {
table.fixedHeader-floating,
table.fixedHeader-locked {
display: none;
}
}
2 changes: 1 addition & 1 deletion css/fixedHeader.dataTables.min.css

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

2 changes: 1 addition & 1 deletion datatables.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
],
"src-repo": "http://github.com/DataTables/FixedHeader",
"last-tag": "4.0.1",
"last-sync": "c9e17d6df21542ff138fae434b0e8b22c38c30e9"
"last-sync": "75903eba77822f935e3be270cca1350171131a6d"
}

0 comments on commit 053981f

Please sign in to comment.