diff --git a/plugins/CoreHome/templates/_dataTable.twig b/plugins/CoreHome/templates/_dataTable.twig index ae8960b1f1b2..59d17c04e03d 100644 --- a/plugins/CoreHome/templates/_dataTable.twig +++ b/plugins/CoreHome/templates/_dataTable.twig @@ -6,7 +6,7 @@ {% set showCardAsContentBlock = (properties.show_as_content_block and properties.show_title and not isWidget) %} {% set showOnlyTitleWithoutCard = not showCardAsContentBlock and properties.title and properties.show_title %} -{% set showTableActionsInHeader = properties.show_footer and properties.show_footer_icons %} +{% set showTableActionsInHeader = properties.show_footer and properties.show_footer_icons and not isDataTableEmpty %} {% if showCardAsContentBlock %}