jquery.floatThead.js
-
test
for issue:
https://github.com/mkoryak/floatThead/issues/127
Issue #127
thead is deleted from resulting table after calling destroy when Absolute Positioning is off and the table is hidden
L
M
R
1
2
3
4
5
6
1
2
3
4
5
6
1
2
3
4
5
6
1
2
3
hide table
show table
float thead (abs=on)
float thead (abs=off)
destroy floatThead
trigger reflow
Lesson learned: always trigger reflow after you hide or show the table.
poop