Change datatables to bootstrap-table in select

This commit is contained in:
2023-06-07 00:32:33 +02:00
parent 3b458eab08
commit f0c8d51682
4 changed files with 30 additions and 53 deletions

View File

@@ -10,15 +10,6 @@
{% endblock %}
{% block content %}
{% include "_table_report.html" %}
<table data-url="https://examples.wenzhixin.net.cn/examples/bootstrap_table/data">
<thead>
<tr>
<th data-field="id">ID</th>
<th data-field="name">Item Name</th>
<th data-field="price" data-sortable="true">Item Price</th>
</tr>
</thead>
</table>
{% endblock %}
{% block jscript %}
{{ super() }}