Headers overlapping and out of place
Headers overlapping and out of place
sayandeep
Posts: 3Questions: 0Answers: 0
Hi,
When I use FixedHeader plugin the original headers are overlapped by a new row of column headers which fall out of place. They dont exactly cover the original headers but 2 rows become visible of similar content. So I see the same column headers twice of which one remain fixed while scrolling. The row of header which remain fixed do not fall appropriately in place with the columns and dont get the css applied to them.
Can anyone suggest what could be the possible solution to this?
When I use FixedHeader plugin the original headers are overlapped by a new row of column headers which fall out of place. They dont exactly cover the original headers but 2 rows become visible of similar content. So I see the same column headers twice of which one remain fixed while scrolling. The row of header which remain fixed do not fall appropriately in place with the columns and dont get the css applied to them.
Can anyone suggest what could be the possible solution to this?
This discussion has been closed.
Replies
Allan
Allan
That resolved the out of place, but with multi-column row headers there was still overlap when scrolling was not necessary because the new floating div was computed using scrollbar width. To solve this I just set html to overflow-y:scroll and all my issues were resolved.
-O