Problems with sScrollY with ie8
Problems with sScrollY with ie8
skullalive
Posts: 1Questions: 0Answers: 0
Hello there
I'm new to this forum and I'm just getting started on using Datatables. hell of a job guys!!
However I'm a facing a problem with the sScrollY property which is, Whenever I add it, I have the following error message in my javascript debugger --> "Invalid argument".
Here below is the code I use
$("#TableSearchLPResultGrid").dataTable({
"bJQueryUI": true,
"iDisplayLength" : 1000,
"bPaginate": false,
"sDom": '<"fg-toolbar ui-widget-header ui-corner-tl ui-corner-tr ui-helper-clearfix"fi>rt<"clear">',
"sScrollY": "200px"
});
The thing is, this works with firefox, and this bug appears when I test it under ie9 with ie8 compatibility mode activated.
Any help would be appreciated
Thank You
I'm new to this forum and I'm just getting started on using Datatables. hell of a job guys!!
However I'm a facing a problem with the sScrollY property which is, Whenever I add it, I have the following error message in my javascript debugger --> "Invalid argument".
Here below is the code I use
$("#TableSearchLPResultGrid").dataTable({
"bJQueryUI": true,
"iDisplayLength" : 1000,
"bPaginate": false,
"sDom": '<"fg-toolbar ui-widget-header ui-corner-tl ui-corner-tr ui-helper-clearfix"fi>rt<"clear">',
"sScrollY": "200px"
});
The thing is, this works with firefox, and this bug appears when I test it under ie9 with ie8 compatibility mode activated.
Any help would be appreciated
Thank You
This discussion has been closed.