Fixed Header and Horizontal scroll bar is not working
Fixed Header and Horizontal scroll bar is not working
I am preparing a longer report and I want to implement horizontal scroll bar and fixed header both ion a data table with multi raw grouping. But it is not working in my report. Please can you suggest the code to implement fixed header and horizontal scroll bar both in my report with multi raw grouping on my code. Please help the code
My script is given on the link
https://jsfiddle.net/2rvzcqLp/10/
With Many thanks and Regards
This question has an accepted answers - jump to answer
Answers
If you look at the console you have a bunch of errors causing Datatables to not load. The biggest is you are missing jquery.js.
The FixedHeader documentation state this:
You can also look at the Compatibility Table for this information.
Kevin