Column Freeze - Not displaying correctly in IE11 but works well in Chrome
Column Freeze - Not displaying correctly in IE11 but works well in Chrome

I'm using fixed columns to freeze first 2 columns in the table. In Chrome it is working fine, but in IE11 it works but I'm getting 2 horizontal scrolls, one inner scroll for first 2 columns and an outer scroll for remaning columns. Any suggestions?
"fixedColumns": {
leftColumns: 2
},
This discussion has been closed.