mirror of
https://github.com/netbox-community/netbox.git
synced 2026-02-10 09:16:24 -06:00
Fixes #1187: Fixed table pagination by introducing a custom table template
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{% load render_table from django_tables2 %}
|
||||
|
||||
<div class="table-responsive">
|
||||
{% render_table table 'inc/table.html' %}
|
||||
</div>
|
||||
{% with paginator=table.paginator page=table.page %}
|
||||
{% include 'inc/paginator.html' %}
|
||||
{% endwith %}
|
||||
Reference in New Issue
Block a user