Fixing Header and Info
Fixing Header and Info
mcraig
Posts: 20Questions: 2Answers: 0
I don't find anything relating to this in particular so I thought I had better ask. When I turn ssrollY on so that I can limit the height of my table, the thead segment appears OVER the sdom segment, effectively obscuring it. I thought fixedheaders might fix this problem but as I have read (and tried anyway), the two don't play nice. Basically I want the header and the sdom to appear "fixed" and have the tbody content scrollable.
I'm getting the feeling I need to write my own connecting text box to handle the quick filtering capability I need and then I can use fixed header...
Has anyone had similar experience to suggest a course of action?
I'm getting the feeling I need to write my own connecting text box to handle the quick filtering capability I need and then I can use fixed header...
Has anyone had similar experience to suggest a course of action?
This discussion has been closed.
Replies
> thead segment appears OVER the sdom segment, effectively obscuring it
since thead is inside the sDom options (the 't' table option).
At a guess without being able to see it, it sounds like to need to add a clear:both option somewhere.
Allan