Problem on initilal load

Problem on initilal load

dwgreendwgreen Posts: 4Questions: 3Answers: 0

Hi, we tried to implement the FixedHeader option. Ran into one problem, when the page first loads, it puts a copy of my table header at the top left of the page in addition to where the table header is. Here is a screen grab: http://snag.gy/RfoLg.jpg

Answers

  • john_ljohn_l Posts: 45Questions: 0Answers: 12

    IIRC, FixedHeader clones the original table header, then hides the original one, and places the cloned version at the top of the table so it stays in place as you scroll through the table.

    From your image, it looks like you may have CSS that is messing up both the positioning of the cloned header, and the hiding of the original. For the positioning issue, use something like Firefox/Firebug to examine the CSS 'position' values for the various elements and their parents.

  • allanallan Posts: 61,642Questions: 1Answers: 10,093 Site admin

    I suspect we'd need to be able to look at a test case to debug it to be able to offer any help on resolving this. As @john_l says it is a positioning issue, but I don't know what would cause that.

    Allan

This discussion has been closed.