FixedColumns

FixedColumns

Svitlana_ZSvitlana_Z Posts: 1Questions: 1Answers: 0
edited May 19 in Free community support

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

  • allanallan Posts: 64,604Questions: 1Answers: 10,683 Site admin

    Very happy to take a look at a test case showing the issue so I can offer some help.

    Allan

Sign In or Register to comment.