[Enhancement] FixedHeader table isn't compatible with tabs components
[Enhancement] FixedHeader table isn't compatible with tabs components
mdomenjoud
Posts: 1Questions: 0Answers: 0
Hello,
I'm currently using a datatablee within a tab with Twitter Bootstrap, and it doesn't work since the fixed header is appended at the bottom of the DOM.
It seems to work if the fixed header is appended next to the original table in the DOM.
Moreover, as the two headers (fixed and the original one) are visible, the display is a bit too bold on the original position (both headers are displayed at the same place)
A solution would be to add "visibility:hidden" property to the original header, but the fixed header properties are currently copied from the original one, so a fix is needed somewhere in the API.
Would it be possible to get this enhancement included in the API?
I didn't look what the code change could be yet.
Thanks by advance for your answer.
Michel
I'm currently using a datatablee within a tab with Twitter Bootstrap, and it doesn't work since the fixed header is appended at the bottom of the DOM.
It seems to work if the fixed header is appended next to the original table in the DOM.
Moreover, as the two headers (fixed and the original one) are visible, the display is a bit too bold on the original position (both headers are displayed at the same place)
A solution would be to add "visibility:hidden" property to the original header, but the fixed header properties are currently copied from the original one, so a fix is needed somewhere in the API.
Would it be possible to get this enhancement included in the API?
I didn't look what the code change could be yet.
Thanks by advance for your answer.
Michel
This discussion has been closed.
Replies