netbox/netbox/utilities/templates/builtins/htmx_table.html

6 lines
231 B
HTML

<div class="card-body htmx-container table-responsive p-0"
hx-get="{% url viewname %}{% if url_params %}?{{ url_params.urlencode }}{% endif %}"
hx-target="this"
hx-trigger="load" hx-select="table" hx-swap="innerHTML"
></div>