Skip to content

Commit f5844e9

Browse files
committed
Fix: TreeView AJAX updates by replacing table snippet with tbody
Closes #1033
1 parent f39da7e commit f5844e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/datagrid_tree.latte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
{extends $originalTemplate}
1212

13-
<div class="datagrid-tree-item-children datagrid-tree" n:snippet="table" n:block="data" {if $control->isSortable()}data-sortable-tree data-sortable-url="{plink $control->getSortableHandler()}" data-sortable-parent-path="{$control->getSortableParentPath()}"{/if}>
13+
<div class="datagrid-tree-item-children datagrid-tree" n:snippet="tbody" n:block="data" {if $control->isSortable()}data-sortable-tree data-sortable-url="{plink $control->getSortableHandler()}" data-sortable-parent-path="{$control->getSortableParentPath()}"{/if}>
1414
{snippetArea items}
1515
<div class="datagrid-tree-item datagrid-tree-header" n:snippet="item-header">
1616
<div class="text-end" n:if="$control->canHideColumns() || $inlineAdd || $exports || $toolbarButtons">

0 commit comments

Comments
 (0)