Skip to content

Commit

Permalink
Merge pull request #507 from dkocian/patch-2
Browse files Browse the repository at this point in the history
Add n:block="tbody" to tag tbody
  • Loading branch information
juniwalk authored Apr 19, 2017
2 parents 3158e00 + ce18caa commit 8f0bee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/datagrid.latte
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@
</tr>
</thead>

<tbody n:snippet="tbody" {if $control->isSortable()}data-sortable data-sortable-url="{plink $control->getSortableHandler()}" data-sortable-parent-path="{$control->getSortableParentPath()}"{/}>
<tbody n:snippet="tbody" n:block="tbody" {if $control->isSortable()}data-sortable data-sortable-url="{plink $control->getSortableHandler()}" data-sortable-parent-path="{$control->getSortableParentPath()}"{/}>
{snippetArea items}
{if $inlineAdd && $inlineAdd->isPositionTop()}
{include inlineAddRow, columns => $columns}
Expand Down

0 comments on commit 8f0bee6

Please sign in to comment.