I am having a panel, that shows a view with table style formating of fields. Problem is that view keeps showing up when there is also no results, so I get this kind of code where there is this dummy TR for no reason? t

<div class="panel-pane pane-views-panes pane-proizvodi-panes2-panel-pane-1">
  <div class="inner">   
    <div class="pane-content content">
      <div class="view view-proizvodi-panes2 view-id-proizvodi_panes2 view-display-id-panel_pane_1 view-dom-id-17c8cc809f1f0220b05034832c315816">
      <div class="view-content">
      <table class="views-table cols-0">
      <tbody>
          <tr class="odd views-row-first views-row-last">
              </tr>
      </tbody>
</table>
    </div>  
</div>    </div>    
      </div>
</div>

Comments

MustangGB’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

Closing this as outdated, feel free to re-open with updated details if it's still a problem in the latest release.