FixedHeader left column
FixedHeader left column
bssehra
Posts: 7Questions: 0Answers: 0
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.
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.
This discussion has been closed.
Replies