Having difficulty with consistency with sScrollY

Having difficulty with consistency with sScrollY

PatSPatS Posts: 2Questions: 0Answers: 0
edited July 2011 in DataTables 1.8
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
This discussion has been closed.