update table and add listing and collection class

This commit is contained in:
envoyr
2022-02-22 17:09:36 +01:00
parent 5f2550e19c
commit 855e220d14
11 changed files with 284 additions and 131 deletions

View File

@@ -4,6 +4,6 @@
{% import "Froxlor/table/table.html.twig" as table %}
{{ table.table(table_options, api_response, '#', table_options.title) }}
{{ table.table(table_options, collection, '#', table_options.title) }}
{% endblock %}