Possibly to fix DataTable header and footer somehow?
Possibly to fix DataTable header and footer somehow?
Gerardo
Posts: 66Questions: 0Answers: 0
As opposed to thead and tfoot (let's call that head and footer vs current top and bottom)
Thanks,
Gerardo
Thanks,
Gerardo
This discussion has been closed.
Replies
But, what do you mean by "fix"?
Do you want them to look different? If so - just alter them on the css.
Do you want to add there something?
What do you mean by "fix"?
Basicallly, my header has a custom search field, and my footer has a summary. So the idea is to have them visible at all times.
Thanks,
Gerardo
Judging by the description, I'm surprised FixedHeader doesn't already do that...?
Still, even if by accident, big-deal has the right idea. It's just CSS. You would have to have a 'container' for the table, with position set to relative. Then you could use position:absolute on the required elements.
I could have sworn that either with FixedHeader or with built-in functionality, this is already possible? If not, I guess my above advice still applies.