Skip to content

Commit

Permalink
Merge pull request nextras#71 from juradee/patch-1
Browse files Browse the repository at this point in the history
Wrong formatted table header for global action
  • Loading branch information
hrach authored Mar 15, 2017
2 parents b766d1d + b846be0 commit b96199f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Datagrid.blocks.latte
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@
{/define}

{define row-head-filter}
{ifset $form[actions]}
<th class="grid-col-global-actions"></th>
{/ifset}
<tr class="grid-filters">
{ifset $form[actions]}
<th class="grid-col-global-actions"></th>
{/ifset}
{formContainer filter}
{foreach $columns as $column}
<th class="grid-col-{$column->name}">
Expand Down

0 comments on commit b96199f

Please sign in to comment.