Disable FixedHeader plugin on print preview.
Disable FixedHeader plugin on print preview.
Walter_Stolz
Posts: 46Questions: 6Answers: 0
I have 3 tables on page. On the "print preview" page table's header is cloned to the middle of the page.
How to turn off FixedHeader plug-in on print preview pages?
How to turn off FixedHeader plug-in on print preview pages?
This discussion has been closed.
Replies
Just add to your html this code:
[code]
.FixedHeader_Cloned thead {display: none;}
[/code]