You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{% include 'scanpipe/includes/filter_sort.html' with column=column only %}
13
+
{% include 'scanpipe/includes/filter_sort.html' with column=column is_htmx=False path=path only %}
14
14
{% else %}
15
15
{{ column.label }}
16
16
{% endif %}
17
17
</div>
18
18
{% if column.filter %}
19
19
<divclass="ml-1">
20
-
{% include 'scanpipe/dropdowns/filter_dropdown_choices_field.html' with filter=column.filter is_right=column.filter_is_right only %}
20
+
{% include 'scanpipe/dropdowns/filter_dropdown_choices_field.html' with filter=column.filter is_right=column.filter_is_right is_htmx=False path=path only %}
{% include 'scanpipe/includes/filter_sort.html' with column=column is_htmx=True project=project path=path only %}
19
+
{% else %}
20
+
{{ column.label }}
70
21
{% endif %}
22
+
</div>
23
+
{% if column.filter %}
24
+
<divclass="ml-1">
25
+
{% include 'scanpipe/dropdowns/filter_dropdown_choices_field.html' with filter=column.filter is_right=True is_htmx=True project=project path=path only %}
0 commit comments