Datatables 1.9.4 - IE Issue
Datatables 1.9.4 - IE Issue
arvind227
Posts: 6Questions: 0Answers: 0
Hi,
I am using DT 1.9.4 along with FixedColumns.js . Unfortunately the page takes too much time to load in IE. The browser gets hanged and then only the page gets loaded .Appox it takes 2-3 min. I am not using json array to render my data. Data gets rendered directly in HTML. And the total rows would be hardly 200 .
Can you please help me in solving the issue?
Thanks,
Aravind
I am using DT 1.9.4 along with FixedColumns.js . Unfortunately the page takes too much time to load in IE. The browser gets hanged and then only the page gets loaded .Appox it takes 2-3 min. I am not using json array to render my data. Data gets rendered directly in HTML. And the total rows would be hardly 200 .
Can you please help me in solving the issue?
Thanks,
Aravind
This discussion has been closed.
Replies
Can you link us to the page please?
Allan
Unfortunately i can't post the link public. Just if you post your suggestions it would be helpful for me. I will implement it and get back to you
Try another browser to test or data load/connection.
Cheers...
It would be very helpful if you could at least post your table configuration so we can at least know what you are using. However, without an example there is very limited help we can offer since we are really just guessing.
Allan
Plan Name
System Name
Plan ID
.....
.....
.....
......
Logo ID (24 columns)
${container.item.planName}
${container.item.systName}
${container.item.planId}
.....
.....
.....
......
${container.item.logoId} (24 columns)
(function($) {
$(document).ready( function () {
var oTable = $('#example').dataTable( {
"sScrollY": "300px",
"sScrollX": "150%",
"sScrollXInner": "350%",
"bScrollCollapse": true,
"bPaginate": false
} );
new FixedColumns( oTable, {
"iLeftColumns": 3
} );
} );
})(jQuery)
Hope this is useful. And also i have no performance issues in other browsers like Firefox or Chrome. Think i can't use deferred rendering since the data is not rendered using Ajax.
Thanks
Allan
Allan
Allan