mkoryak/floatThead

Issue with Bootstrap collapsible Accordion

bazzacad opened this issue · 4 comments

I have a Bootstrap collapsible Accordion above my table.
My floatThead position is set to fixed.
When I click on the Accordion to expand/open it, the table header says in the same fixed position, but when I scroll, it then jumps down to it's correct location.
Is it possible to make the table header jump to it's correct location when the Accordion is opened? I thought I could get the "reflow" option to work, but it doesn't.
Here's my jsfiddle showing the issue: https://jsfiddle.net/fw3bx68f/

did you see #296?

It needed a bit more love, but basically the solution is the same:

https://jsfiddle.net/fw3bx68f/9/
(it needed an extra style)

closing as solved. Repoen if something does not make sense

lock commented

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.