Internet Explorer?
Internet Explorer?
Hi everybody. First of all: wonderful plugin, really.
I've got a problem: can't have it working on internet explorer (7 and 8). Some hint? The html isn't that good (old code from a non professional developer, i managed to add the features of the table but i didn't rewrite the rest) but everything works just fine with firefox, chrome and safari.
I've got a problem: can't have it working on internet explorer (7 and 8). Some hint? The html isn't that good (old code from a non professional developer, i managed to add the features of the table but i didn't rewrite the rest) but everything works just fine with firefox, chrome and safari.
This discussion has been closed.
Replies
It could be a pain to have the page loaded, because when datatables doesn't start it will render about 50 mb of images!
$(document).ready(function() {
$('#used').dataTable({
//"iDisplayLength": 3,
"bAutoWidth": false,
//"sPaginationType": "full_numbers",
"bSortClasses": false,
"aoColumns": [
{ "sWidth": "80", "bSortable": false, "bSearchable": false },
{ "sWidth": "120" },
{ "sWidth": "333", "bSortable": false },
{ "sWidth": "80" }, <------------MAYBE ALSO THIS COMMA
], <----------------------------------- THIS FOR SURE
});
} );