Fixed Header and Horizontal scroll bar is not working

Fixed Header and Horizontal scroll bar is not working

polachanpolachan Posts: 101Questions: 50Answers: 0

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

  • kthorngrenkthorngren Posts: 20,298Questions: 26Answers: 4,769
    Answer ✓

    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:

    Please note that FixedHeader is not currently compatible with tables that have the scrolling features of DataTables enabled (scrollX / scrollY). Please refer to the compatibility table for full compatibility details.

    You can also look at the Compatibility Table for this information.

    Kevin

This discussion has been closed.