From 7af4ef07bc9ad4ffb7561477ec12366b5d4d349e Mon Sep 17 00:00:00 2001 From: Horilla Date: Wed, 13 Nov 2024 11:49:31 +0530 Subject: [PATCH] [UPDT] HORILLA VIEWS: Add hx-on:click attritbute for pagination buttons to Horilla group by tables --- horilla_views/templates/generic/group_by_table.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/horilla_views/templates/generic/group_by_table.html b/horilla_views/templates/generic/group_by_table.html index 133bc9eb0..48fdb660a 100644 --- a/horilla_views/templates/generic/group_by_table.html +++ b/horilla_views/templates/generic/group_by_table.html @@ -19,7 +19,7 @@ {% if bulk_select_option and queryset|length %} {% include "generic/quick_actions.html" %} {% endif %} - {% if show_filter_tags %} {% include "generic/filter_tags.html" %} {% endif %}
@@ -250,7 +250,7 @@ class="oh-pagination__input" value="{{group.list.number}}" hx-get="{{search_url}}?{{request.GET.urlencode}}" - hx-target="#{{view_id}}" + hx-target="#{{view_id}}" hx-on:click="htmxLoadIndicator(this);" min="1" /> {% trans "First" %} @@ -272,7 +272,7 @@ {% trans "Previous" %} @@ -281,7 +281,7 @@ {% trans "Next" %} @@ -289,7 +289,7 @@ {% trans "Last" %}