Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Commit d57f977

Browse files
authored
Merge pull request #943 from Eloar/master
Fixed double header
2 parents 541ea72 + ea2dbca commit d57f977

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Resources/views/datatable/datatable_html.html.twig

-7
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,6 @@
3838
</tr>
3939
{% endif %}
4040
{% endif %}
41-
<tr>
42-
{% for column in sg_datatables_view.columnBuilder.columns %}
43-
{% if column.sentInResponse %}
44-
<th>{{ column.title }}</th>
45-
{% endif %}
46-
{% endfor %}
47-
</tr>
4841
</thead>
4942
{% if true == individual_filtering %}
5043
{% if 'foot' == sg_datatables_view.options.individualFilteringPosition or 'both' == sg_datatables_view.options.individualFilteringPosition%}

0 commit comments

Comments
 (0)