FixedHeader left column

FixedHeader left column

bssehrabssehra Posts: 7Questions: 0Answers: 0
edited July 2013 in FixedHeader
Hi All,

I'm using FixedHeader for datatables.

[code]var oTable = /*code that builds dataTable*/
new FixedHeader(oTable , { "left": true, "zLeft": 105 });[/code]

I have my table inside a div which toggles to the extreme left & back using jquery

Now the issue is - when I toggle my div (which contains table inside it), whole table shifts but the fixedheader column to the far left remains static at one place until i scroll my mouse. It seems like fixedheader left column is not being refreshed to its desired position on its own when div toggles.

Any help would be much appreciated.

Replies

  • bssehrabssehra Posts: 7Questions: 0Answers: 0
    to be more precise, cloned left column doesn't change its position with the toggle
This discussion has been closed.