FixedColumns
FixedColumns

Hello Community, my problem is the following, I use fixedColumns. The problem is that I have many columns, more than 60, and when I scroll up to the right, columns are not fixed any longer. Do you have any ideas how to fix it?
var table = $('#2HBP').DataTable({
scrollX: true, //
scrollCollapse: false, //
fixedColumns: {
start: 4, //
end: 0 //
},
autoWidth: false,
....
Answers
Very happy to take a look at a test case showing the issue so I can offer some help.
Allan