Problem With Padding in header...
DOUADYtom opened this issue · 6 comments
DOUADYtom commented
Deleted user commented
Can you link to a test case please?
Abran7411 commented
Deleted user commented
change this line
// a.bScrollbarLeft=1!==c.offset().left;
//For header misalignment
instead of this in your jquey-datatable.js
a.bScrollbarLeft = Math.round( c.offset().left ) !== 1;
Now its working fine..
AllanJard commented
Can you give me a link to a test case showing the issue please?
Deleted user commented
yaha i,ve forgot to attach the test case.but now its working fine..Thanks
Abran7411 commented
The Issue related to this description, Zooming the screen adds padding-left in ScrollHeader, above line fixes it.