Skip to content

Commit

Permalink
feature #4665 Add table footer block (parijke)
Browse files Browse the repository at this point in the history
This PR was merged into the 3.0.x-dev branch.

Discussion
----------

Add table footer block

If someone wants to add a tfoot to the index page

<!--
Thanks for your contribution! If you are proposing a new feature that is complex,
please open an issue first so we can discuss about it.

Note: all your contributions adhere implicitly to the MIT license
-->

Commits
-------

b5863ad Add table footer block
  • Loading branch information
javiereguiluz committed Sep 15, 2021
2 parents 78c76bc + b5863ad commit c7557a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Resources/views/crud/index.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,8 @@
{% endif %}
{% endblock table_body %}
</tbody>
{% block table_footer %}
{% endblock table_footer %}
</table>

{% if entities|length > 0 %}
Expand Down

0 comments on commit c7557a6

Please sign in to comment.