Datatables Fixed Header with Horizontal Scroll

Datatables Fixed Header with Horizontal Scroll

ntuttlentuttle Posts: 2Questions: 2Answers: 0

I have a datatable and I want to implement both a fixed header and a horizontal scroll. The fixed header and horizontal scroll each work by themselves but once I try to use both it does not work.

Without the scrollbar I have the fixed header, without the fixed header I have the scroll bar. And with both, I also have the scrollbar without the fixed header. How can I use both. I've read that they are incompatible features but there must be a reasonable way around this issue.

https://jsfiddle.net/Ntuttle3/jrz5npLb/

Answers

  • colincolin Posts: 15,144Questions: 1Answers: 2,586

    Hi @ntuttle ,

    Yep, as you say, they're not compatible - see here. If there was an easy way around the issue, then they wouldn't be incompatible ;)

    Cheers,

    Colin

This discussion has been closed.