Skip to content

Commit

Permalink
Templates: add datagrid class to datagrid-class block
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed May 3, 2024
1 parent fa8e596 commit 8270369
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 @@ -14,7 +14,7 @@
* @param InlineEdit|null $inlineAdd Inline add data
*}

<div class="{block datagrid-class}{/block}" data-datagrid-name="{$control->getFullName()}" data-refresh-state="{link refreshState!}">
<div class="{block datagrid-class}datagrid{/block}" data-datagrid-name="{$control->getFullName()}" data-refresh-state="{link refreshState!}">
<div n:snippet="grid">
{snippetArea gridSnippets}
{form filter, class => 'ajax'}
Expand Down

0 comments on commit 8270369

Please sign in to comment.