Is FixedHeader not working?
Is FixedHeader not working?
andreibostan
Posts: 5Questions: 3Answers: 0
in FixedHeader
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:
Answers
A gif doesn't help us to debug the issue. This example shows FixedHeader and FixedColumns together. Use the Download Builder to get the proper files. If this doesn't help please provide a link to your page or a test case replicating the issue so we can help debug.
https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case
Kevin