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

Commit

Permalink
Merge pull request #943 from Eloar/master
Browse files Browse the repository at this point in the history
Fixed double header
  • Loading branch information
Seb33300 authored Apr 4, 2020
2 parents 541ea72 + ea2dbca commit d57f977
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Resources/views/datatable/datatable_html.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,6 @@
</tr>
{% endif %}
{% endif %}
<tr>
{% for column in sg_datatables_view.columnBuilder.columns %}
{% if column.sentInResponse %}
<th>{{ column.title }}</th>
{% endif %}
{% endfor %}
</tr>
</thead>
{% if true == individual_filtering %}
{% if 'foot' == sg_datatables_view.options.individualFilteringPosition or 'both' == sg_datatables_view.options.individualFilteringPosition%}
Expand Down

0 comments on commit d57f977

Please sign in to comment.