IE8 Compatibility fix suggestion
IE8 Compatibility fix suggestion

In one of our pages (I can not refer to an example at the moment) that uses DataTables we had consistent crashes in IE8.
Investigation lead to the function:
function _fnAdjustColumnSizing ( oSettings )
[code]
_fnCalculateColumnWidths( oSettings );
for ( var i=0 , iLen=oSettings.aoColumns.length ; i
Investigation lead to the function:
function _fnAdjustColumnSizing ( oSettings )
[code]
_fnCalculateColumnWidths( oSettings );
for ( var i=0 , iLen=oSettings.aoColumns.length ; i
This discussion has been closed.
Replies
Thanks,
Allan