Is FixedHeader not working?

Is FixedHeader not working?

andreibostanandreibostan Posts: 5Questions: 3Answers: 0

I tried implementing FixedHeader in an application but it doesn't do anything.

This is the part where I am setting it:

$('#table2').DataTable( {
fixedColumns: {
leftColumns: 1
},
fixedHeader: true,

I've included all the libraries as well, but nothing is happening:

https://media.giphy.com/media/ooj008OoQxY4pJkN3z/giphy.gif

Answers

Sign In or Register to comment.