Add a custom search function to the tables capable of excluding some pills

This commit is contained in:
2025-01-24 14:57:26 +01:00
parent 30ea2ae567
commit 623b205733
11 changed files with 113 additions and 32 deletions
+4
View File
@@ -22,4 +22,8 @@
{% endwith %}
</div>
{% endif %}
{% endblock %}
{% block scripts %}
<script src="{{ url_for('static', filename='scripts/table.js') }}"></script>
{% endblock %}