SCRIPT5007: Unable to get value of the property 'style': object is null or undefined IE9

SCRIPT5007: Unable to get value of the property 'style': object is null or undefined IE9

BenFRBenFR Posts: 2Questions: 0Answers: 0

Hello,

Since one week i would like to debug my datatable on IE9.

After clicking on filter button, first time is ok my 'datatable' is display but if i change one or more parameters and if i click on filter i have an error SCRIPT5007: Unable to get value of the property 'style': object is null or undefined.

This problem is just in IE9

$('#st'+dgraphe._graphe).append("

");
$('#stl'+dgraphe._graphe).DataTable({
"aaData": tableData,
"aoColumns": labelTab,
"scrollY": (dgraphe._graphe == 'zoom' ? "100%" : "125px"),
"paging": false,
"searching": false,
"info": false,
"select": true
});

Thanks for your help :)

Replies

This discussion has been closed.