filamentgroup / tablesaw

A group of plugins for responsive tables.
MIT License
5.48k stars 434 forks source link

Colspan behavior in stack mode #379

Closed adrienne closed 1 year ago

adrienne commented 5 years ago

In Stack mode, a column with a colspan gets a label consisting of all the th columns that apply to it. Sometimes that's good, but many times the desired behavior would be to just hide the label entirely. Is there a way to do that? I tried using data-tablesaw-ignorerow but it doesn't seem to do anythng in Stack mode.

adrienne commented 5 years ago

Never mind, i found it. Adding data-tablesaw-no-labels to a row will avoid having it get labels in stack mode.