Getting blank cells in IE when using the Scroll feature of DataTables
Getting blank cells in IE when using the Scroll feature of DataTables
dacanetdev
Posts: 3Questions: 0Answers: 0
I'm using this amazing DataTables plugin in my projects and I love it but still I'm having ptoblems when applying Scroll in IE 9, as usually works perfectly in Chrome and Firefox. The problem is that for any reason to apply the vertical and horizontal scrolling is rendering a blank space in some cells and that makes the html table to be shown a little slided.
Please help me if you have experienced that before or knows how to fix it
This is my code where I apply the dataTables plugin
[code]
var oDataTable = $("#grdBatchSubmissions").dataTable({
"sScrollY": "400px",
"sScrollX": "100%",
"bScrollCollapse": true,
"bJQueryUI" : false,
"bPaginate": false
});
[/code]
Please help me if you have experienced that before or knows how to fix it
This is my code where I apply the dataTables plugin
[code]
var oDataTable = $("#grdBatchSubmissions").dataTable({
"sScrollY": "400px",
"sScrollX": "100%",
"bScrollCollapse": true,
"bJQueryUI" : false,
"bPaginate": false
});
[/code]
This discussion has been closed.
Replies
Allan
It has commented the dataTables code so you can use the HTML and then apply it and see if you have a chance of reproduce it
Thank you so much