How do you fix columns for added header rows?

How do you fix columns for added header rows?

thegamechangerprothegamechangerpro Posts: 81Questions: 30Answers: 1

I am attempting to freeze a second (added) sticky header row to match my table and main header, but i can't seem to sort it out. What am I missing?

I tried both left 4 and start 4

https://jsfiddle.net/meo1279b/

I figured this is another OBVIOUS one, but I've tried many crazy attempts at solving with little luck.

Answers

  • kthorngrenkthorngren Posts: 20,359Questions: 26Answers: 4,777

    Looks like you will need to go to FixedColumns 5.0.0 to get support for multiple header rows. This requires Datatables 2.0.

    Kevin

  • thegamechangerprothegamechangerpro Posts: 81Questions: 30Answers: 1

    oof...
    i tried to update my includes and that broke a lot of stuff using dt-2.0.0 and fc-5.0.0

    the column widths are all screw up due to rowGrouping, my filters aren't working, lost my mutliple header rows,

    Think i'll go back to v1.31.1 and figure something else out. Not sure I am ready to tackle all of that updating just yet.

  • kthorngrenkthorngren Posts: 20,359Questions: 26Answers: 4,777

    Yes, it will take some planning and testing to upgrade to 2.0.

    Kevin

Sign In or Register to comment.