If you create a table style view with fields in 4 columns, and you indicate that each field's label is hidden, you still get an entire header row with empty TH tags.

<theader>
  <tr>
    <th class="views-field views-field-field-..."></th>
    <th class="views-field views-field-field-..."></th>
    <th class="views-field views-field-field-..."></th>
    <th class="views-field views-field-field-..."></th>
  </tr>
</theader>

It would be better to test for the presence of any labels at all before pringing the theader :)

Comments

dawehner’s picture

Status: Active » Postponed

This will have to wait until #740686: Integrate semantic views

merlinofchaos’s picture

Category: bug » task
Status: Postponed » Active

Yeah, I suppose if there are literally no labels we could skip the header row entirely.

Needs a dev to write a patch.

MustangGB’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)