From ea2dbca67f0e740555875d51d3edee1b6827919d Mon Sep 17 00:00:00 2001 From: Eloar Date: Fri, 3 Apr 2020 16:13:52 +0200 Subject: [PATCH] removed redundant column title render --- Resources/views/datatable/datatable_html.html.twig | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Resources/views/datatable/datatable_html.html.twig b/Resources/views/datatable/datatable_html.html.twig index cb377e1a..1b748b0e 100644 --- a/Resources/views/datatable/datatable_html.html.twig +++ b/Resources/views/datatable/datatable_html.html.twig @@ -38,13 +38,6 @@ {% endif %} {% endif %} - - {% for column in sg_datatables_view.columnBuilder.columns %} - {% if column.sentInResponse %} - {{ column.title }} - {% endif %} - {% endfor %} - {% if true == individual_filtering %} {% if 'foot' == sg_datatables_view.options.individualFilteringPosition or 'both' == sg_datatables_view.options.individualFilteringPosition%}