FixedHeader and two thead rows
FixedHeader and two thead rows
tdemeo
Posts: 1Questions: 0Answers: 0
Hi,
In the extras/FixedHeader/top_bottom_left_right.html example provided, if I add an additional thead row (see below), the leftmost column does not shift down to align with the rest of the row. Strangely, the rightmost column does shift properly. Any ideas on how to fix?
Thanks,
Tom
Rendering engine
Browser
Platform(s)
Engine version
CSS grade
Rendering engine
Browser
Platform(s)
Engine version
CSS grade
In the extras/FixedHeader/top_bottom_left_right.html example provided, if I add an additional thead row (see below), the leftmost column does not shift down to align with the rest of the row. Strangely, the rightmost column does shift properly. Any ideas on how to fix?
Thanks,
Tom
Rendering engine
Browser
Platform(s)
Engine version
CSS grade
Rendering engine
Browser
Platform(s)
Engine version
CSS grade
This discussion has been closed.
Replies
The place to look would be in the _fnScrollHorizontalLeft function, specifically where it sets the top position for the element - the measurement there much only be taking into account the first row...
Added to the to-do list :-)
Allan