From ce18caade99307996289f70aa6e0f4f845940d92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dalibor=20Koci=C3=A1n?= Date: Mon, 27 Mar 2017 09:59:48 +0200 Subject: [PATCH] Add n:block="tbody" to tag tbody Every parts of table has own block but tbody not. With tbody block can create own table structure. --- src/templates/datagrid.latte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/datagrid.latte b/src/templates/datagrid.latte index b543d665..1370c5cb 100644 --- a/src/templates/datagrid.latte +++ b/src/templates/datagrid.latte @@ -230,7 +230,7 @@ - isSortable()}data-sortable data-sortable-url="{plink $control->getSortableHandler()}" data-sortable-parent-path="{$control->getSortableParentPath()}"{/}> + 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}