Hello,

despite what is said in the field description, an header (with empty cells) is actually generated even if the first line is empty.

The following patch fixes this issue.

CommentFileSizeAuthor
#1 no_header_fix.patch973 bytesparraccourci
noheader.patch968 bytesparraccourci
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

parraccourci’s picture

FileSize
973 bytes

This is the right way to do it!

Kevin Hankens’s picture

Status: Needs review » Closed (fixed)

Thanks! I made a minor modification to ensure that $variables['header'] wasn't empty, but this is good. I just committed to the 7.x-2.x branch.

Chi’s picture

Version: 7.x-2.0 » 6.x-2.1
Status: Closed (fixed) » Active
Issue tags: +needs backport to 6.x

The problem is still present in 6.x-2.x.

lolandese’s picture

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

Closing as "Won't fix" because the Drupal 6 version is unsupported and the issue doesn't seem to appear on Drupal 7 or 8. If you believe it does, feel free to reopen the issue and change the version as appropriate.

Of course you can also reopen the issue if you provide a patch that fixes the issue.