FixedHeader doesn't stay with the table when you resize the browser
FixedHeader doesn't stay with the table when you resize the browser
tdekoekkoek
Posts: 2Questions: 0Answers: 0
If the browser is not fully expanded and you resize it the header floats but does not stay with the table columns. I've tried this on FF and IE8. the demo: http://datatables.net/release-datatables/extras/FixedHeader/ does the same thing.
This discussion has been closed.
Replies
That is strange. I see it too. I have not personally had much playing with fixedheader. But i would hazard a guess that it is because the fied header's size and position is initialized when the page loads and is not re-jigged on window events such as resizing.
Regards,
Izzy
Izzy is right on with his explanation. There is no "resize" event handler in FixedHeader at the moment. It should be as simple as calling "fnUpdate" in the event handler... I've added this to my to-do list :-)
Regards,
Allan