I have a table that´s using Fix Header without initializing it as a DataTable because I need to use rowspan on the body. The fix header initialize ok but whenever another jQuery event like collapse on the page occurs, the fix header looses its position and won't came back unless I scroll the page with the mouse.
I tried to use the fixHeader.fnUpdate();
but it didn't work for me.
Any ideas?
I leave you the link to the live example.
http://jsfiddle.net/varini_matias/Qd5ju/9/
http://jsfiddle.net/varini_matias/Qd5ju/7/embedded/result/
(click on the message that says "Click here to see the problem")