Quantcast
Channel: Free community support — DataTables forums
Viewing all articles
Browse latest Browse all 35282

IE 11 issue when scrolling enable

$
0
0

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
});


Viewing all articles
Browse latest Browse all 35282

Trending Articles