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
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
Happy to take a look at a test case showing the issue.
Thanks,
Allan
Thanks.
After re-filter I have that :
imgur.com/a/I9yfu
A screenshot is not sufficient. Please provide a link to a test case.
https://datatables.net/forums/discussion/12899/post-test-cases-when-asking-for-help-please-read