mirror of
https://github.com/Doctorado-ML/beflask.git
synced 2025-08-16 15:45:51 +00:00
Change datatables to bootstrap-table in select
This commit is contained in:
@@ -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() }}
|
||||
|
Reference in New Issue
Block a user