IE8 Script87: Invalid argument
IE8 Script87: Invalid argument
fearednerd
Posts: 44Questions: 0Answers: 0
My table works fine for ie9, firefox and chrome , but ie8 keeps throwing me this error
SCRIPT87: Invalid argument.
jquery.dataTables.min.js?1344609740, line 2592 character 6
oSettings.aoColumns[i].nTh.style.width = _fnStringToCss( oSettings.aoColumns[i].sWidth );
I was assuming that it was trying to accept something different for the widths, but when I step through it everything looks fine.
SCRIPT87: Invalid argument.
jquery.dataTables.min.js?1344609740, line 2592 character 6
oSettings.aoColumns[i].nTh.style.width = _fnStringToCss( oSettings.aoColumns[i].sWidth );
I was assuming that it was trying to accept something different for the widths, but when I step through it everything looks fine.
This discussion has been closed.
Replies
Allan
Allan
Where it breaks on
oSettings.aoColumns[i].nTh.style.width = _fnStringToCss( oSettings.aoColumns[i].sWidth );
it calls on the 17th column and for some reason, oSettings.aoColumns[17].sWidth is "45x", even though in the html and the js it is set to "45px"