When hiding table header ... the table is not collapsing when in mobile view

When hiding table header ... the table is not collapsing when in mobile view

CapamaniaCapamania Posts: 229Questions: 79Answers: 5

I want to hide the table header ... but when doing so and having the table in responsive mode ... the columns are not collapsing. Please see fiddle:

http://jsfiddle.net/wceu020b/

How can I hide the header and still make the columns collapse?

This question has an accepted answers - jump to answer

Answers

  • colincolin Posts: 15,142Questions: 1Answers: 2,586
    edited April 2018 Answer ✓

    Hi @Capamania,

    This is very similar to this StackOverflow thread, though that other thread doesn't mention Responsive.

    If you take s.krueger's answer from that other thread you'll get it working - see your modified fiddle here: http://jsfiddle.net/y315obr4/4/

    Cheers,

    Colin

  • CapamaniaCapamania Posts: 229Questions: 79Answers: 5

    Excellent. Thanks a lot!

This discussion has been closed.