Having difficulty with consistency with sScrollY
Having difficulty with consistency with sScrollY
PatS
Posts: 2Questions: 0Answers: 0
When applying the following...
[code]$('#table).dataTable({ "aaSorting": [[0, "desc"]], "bJQueryUI": true,
"sScrollY": "100px",
"bAutoWidth":true,
"bStateSave": true,
"bPaginate": false,
"bDeferRender": true
});[/code]
I get different results with Chrome and IE...IE extends the scroll bar out past the header and gives a horizontal scrollbar also.
Chrome works...
What am I doing wrong?
Pat
[code]$('#table).dataTable({ "aaSorting": [[0, "desc"]], "bJQueryUI": true,
"sScrollY": "100px",
"bAutoWidth":true,
"bStateSave": true,
"bPaginate": false,
"bDeferRender": true
});[/code]
I get different results with Chrome and IE...IE extends the scroll bar out past the header and gives a horizontal scrollbar also.
Chrome works...
What am I doing wrong?
Pat
This discussion has been closed.