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
Capamania
Posts: 233Questions: 81Answers: 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:
How can I hide the header and still make the columns collapse?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
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
Excellent. Thanks a lot!