mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-18 13:05:42 +00:00
Bootstrapify the table
This commit is contained in:
@ -27,4 +27,11 @@
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
{% block js_ready %}
|
||||
{{ block.super }}
|
||||
|
||||
$("#other-table").bootstrapTable();
|
||||
|
||||
{% endblock %}
|
Reference in New Issue
Block a user