[CHANGE] Re-enable filterDropdown JS

This commit is contained in:
Peter Pfeufer
2024-02-04 13:40:48 +01:00
parent 5cd5180a91
commit 3ebf11308c
3 changed files with 8 additions and 5 deletions

View File

@@ -71,7 +71,7 @@
{% block extra_javascript %}
{% include 'bundles/datatables-js-bs5.html' %}
{% include 'bundles/moment-js.html' with locale=True %}
{# {% include 'bundles/filterdropdown-js.html' %}#}
{% include 'bundles/filterdropdown-js.html' %}
<script>
$.fn.dataTable.moment = (format, locale) => {
@@ -117,7 +117,8 @@
idx: 6
}
],
bootstrap: true
bootstrap: true,
bootstrap_version: 5
},
"stateSave": true,
"stateDuration": 0