File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/unfold/templates/admin/edit_inline Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ <h2 id="{{ inline_admin_formset.formset.prefix }}-heading" class="bg-base-100 bo
1919
2020 {{ inline_admin_formset.formset.non_form_errors }}
2121 < div class ="border border-base-200 mb-6 overflow-x-auto rounded-default shadow-xs dark:border-base-800 " data-simplebar data-simplebar-auto-hide ="false ">
22- < table class ="tabular-table w-full [&>tbody:nth-child(odd)]:bg-base-50 dark:[&>tbody:nth-child(odd)]:bg-white/[.02] " {% if inline_admin_formset.opts.ordering_field %}data-ordering-field ="{{ inline_admin_formset.opts.ordering_field }} " x-on:end ="sortRecords " x-sort.ghost{% endif %} >
22+ < table class ="tabular-table w-full [&>tbody:nth-child(odd)]:bg-base-50 dark:[&>tbody:nth-child(odd)]:bg-white/[.02] " {% if inline_admin_formset.opts.ordering_field %}data-ordering-field ="{{ inline_admin_formset.opts.ordering_field }} " x-on:end ="sortRecords " x-sort.ghost x-sort:config =" {preventOnFilter: false} " {% endif %} >
2323 {% include "unfold/helpers/edit_inline/tabular_heading.html" %}
2424
2525 {% for inline_admin_form in inline_admin_formset %}
You can’t perform that action at this time.
0 commit comments