final touches
This commit is contained in:
@@ -8,16 +8,7 @@ custom-foot: js/table-js.html
|
||||
|
||||
{{ content }}
|
||||
|
||||
<div class="table-responsive-md">
|
||||
<table id="item-table" class="table table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
{% for f in fields %}
|
||||
<th scope="col">{{ f }}</th>
|
||||
{% endfor %}
|
||||
<th>Link</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
{% include data-table.html %}
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user