Fixed headers not working?
Fixed headers not working?

Test case: https://live.datatables.net/vamufixo/1/edit
I can't seem to get fixed headers working. I even took the setup right out of the example here:
https://datatables.net/extensions/responsive/examples/column-control/fixedHeader.html
Am I just missing something?
Answers
You had FixedHeader being loaded before DataTables. That causes an error to be thrown on the console.
Swapping them around allows it to work: https://live.datatables.net/vamufixo/2/edit .
Allan