FixedHeader doesn't stay with the table when you resize the browser

FixedHeader doesn't stay with the table when you resize the browser

tdekoekkoektdekoekkoek Posts: 2Questions: 0Answers: 0
edited November 2009 in General
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.

Replies

  • izzy6150izzy6150 Posts: 49Questions: 0Answers: 0
    Hi tdekoekkoek,

    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
  • allanallan Posts: 63,192Questions: 1Answers: 10,412 Site admin
    Hi guys,

    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
  • execomaexecoma Posts: 1Questions: 0Answers: 0
    I too have this problem. I can't solve it ;( Please help me..
  • schnettkerschnettker Posts: 3Questions: 0Answers: 0
    me too ... a fix would be nice
  • debeerdebeer Posts: 11Questions: 1Answers: 0
    I have this problem too
This discussion has been closed.