Fixes #16101: Fix initial loading of pagination widget for dynamic object tables

This commit is contained in:
Jeremy Stretch
2024-05-13 16:00:07 -04:00
parent e0f138dea2
commit c7850b586b
4 changed files with 15 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
<div class="htmx-container table-responsive"
hx-get="{% url viewname %}{% if url_params %}?{{ url_params.urlencode }}{% endif %}"
hx-target="this"
hx-trigger="load" hx-select="table" hx-swap="innerHTML"
hx-trigger="load" hx-select=".htmx-container" hx-swap="outerHTML"
></div>