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
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
var oDataTable = $("#grdBatchSubmissions").dataTable({ "sScrollY": "400px", "sScrollX": "100%", "bScrollCollapse": true, "bJQueryUI" : false, "bPaginate": false });