Disable FixedHeader plugin on print preview.

Disable FixedHeader plugin on print preview.

Walter_StolzWalter_Stolz Posts: 46Questions: 6Answers: 0
edited July 2011 in FixedHeader
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?

Replies

  • Walter_StolzWalter_Stolz Posts: 46Questions: 6Answers: 0
    edited July 2011
    No one answered me, but I found the solution myself.

    Just add to your html this code:
    [code]

    .FixedHeader_Cloned thead {display: none;}

    [/code]
  • grahampcharlesgrahampcharles Posts: 20Questions: 1Answers: 0
    Thanks so much for posting this -- I was having the same problem!
  • Walter_StolzWalter_Stolz Posts: 46Questions: 6Answers: 0
    Happy to help!
This discussion has been closed.