I created a new view with following parameters:
5 fields, one field (called "round"), checked "exclude from display" for grouping
table style with grouping field "round"
The result:
on top of each group is the value (number of round) of this grouped field shown (centered) , but not the label in front of the value.
Is this a bug or a missing feature ?

I think, the column width for each field should be the same for all groups

Comments

merlinofchaos’s picture

Hmm. I'll look into the label. That probably ought to be there, and may be an oversight.

As for fixing column widths, you'll have to do that with CSS. It's not something Views can really enforce for you.

Micha1111’s picture

There is no label shown, only the number of round
Here is the html-text of the produced table (caption without field-label-text):

   <div class="view-content">
      <table class="views-table">
     <caption>9</caption>
    <thead>
    <tr>
              <th class="views-field views-field-field-spweiss-nid">
          Weiss        </th>
              <th class="views-field views-field-field-spschwarz-nid">
          Schwarz        </th>
              <th class="views-field views-field-field-ergebnis-value">
          Ergebnis        </th>
              <th class="views-field views-field-name">
          gemeldet von        </th>
              <th class="views-field views-field-edit-node">
          Aktion        </th>
          </tr>
  </thead>
  <tbody>
          <tr class="even">
                  <td class="views-field views-field-field-spweiss-nid">
            <a href="/?q=node/96"><a href="/?q=node/8">Wim Lutzke</a></a>          </td>
                  <td class="views-field views-field-field-spschwarz-nid">
            <a href="/?q=node/17">Emil Powierski</a>          </td>
                  <td class="views-field views-field-field-ergebnis-value">
            offen          </td>
                  <td class="views-field views-field-name">
            admin          </td>
                  <td class="views-field views-field-edit-node">
            <a href="/?q=node/96/edit&amp;destination=vmpaarungen">Bearbeiten</a>          </td>
              </tr>
merlinofchaos’s picture

Category: support » bug
Micha1111’s picture

????

merlinofchaos’s picture

I was just changing the status to a bug report, since the label probably should be there if there is one.

Micha1111’s picture

No solution ?

merlinofchaos’s picture

Sorry, have not had a chance. As a workaround you could theme the view and put the text you need in directly.

merlinofchaos’s picture

Status: Active » Fixed

Fixed in CVS.

Micha1111’s picture

thank you !!

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.