Fixes #16232: Fix inclusion of bulk action checkboxes on dynamic tables

This commit is contained in:
Jeremy Stretch
2024-05-22 08:28:38 -04:00
parent 97f8f94ebb
commit 83d3de276b
3 changed files with 6 additions and 4 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-get="{% url viewname %}?embedded=True{% if url_params %}&{{ url_params.urlencode }}{% endif %}"
hx-target="this"
hx-trigger="load" hx-select=".htmx-container" hx-swap="outerHTML"
></div>