I have updated my intranet site to 1.10.2 and everything was looking really good until I tried to use IE11
I am getting a javascript error at line 3929 in jquery.dataTables.js
I would appear that trying to set the paddingRight style for the divHeaderInner to a negative value is causing an issue
My standard initialization for the table
$('#userInfoGrid').dataTable(
{
"paging": false,
"scrollY": "500px",
"scrollX": false,
"lengthChange": false,
"sort": false,
"filter": true,
"orderClasses": false
});