Getting blank cells in IE when using the Scroll feature of DataTables

Getting blank cells in IE when using the Scroll feature of DataTables

dacanetdevdacanetdev Posts: 3Questions: 0Answers: 0
edited November 2012 in DataTables 1.9
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]

Replies

  • allanallan Posts: 63,394Questions: 1Answers: 10,450 Site admin
    Please link us to a test page showing the problem so we can recreate the issue. Also make sure you are using the latest 1.9.4 Javascript and CSS.

    Allan
  • dacanetdevdacanetdev Posts: 3Questions: 0Answers: 0
    edited November 2012
    this is the kind of table that I'm applying dataTables to http://jsfiddle.net/4YPPn/

    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
This discussion has been closed.