Refactor inventory and worklog templates for improved rendering and pagination; enhance table display with better responsiveness and usability
This commit is contained in:
parent
bdd2a43c8b
commit
b68c25a05a
8 changed files with 48 additions and 184 deletions
|
@ -10,6 +10,5 @@
|
|||
breadcrumbs=breadcrumb
|
||||
) }}
|
||||
|
||||
{{ tables.render_table(headers=header, rows=rows, id=title, entry_route=entry_route) }}
|
||||
{# { tables.render_pagination(endpoint, page, has_prev, has_next, total_pages, extra_args=extra_args) } #}
|
||||
{{ tables.render_table(headers=header, rows=rows, id='table', entry_route=entry_route) }}
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue