mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-17 20:45:44 +00:00
Update a bunch more tables
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
<table class='table table-striped table-condensed' id='po-table' {% if toolbar %}data-toolbar='{{ toolbar }}'{% endif %}>
|
||||
<table class='table table-striped table-condensed po-table' id='po-table' {% if toolbar %}data-toolbar='{{ toolbar }}'{% endif %}>
|
||||
<thead>
|
||||
<tr>
|
||||
<th data-field='company' data-sortable='true' data-searchable='true'>Company</th>
|
||||
|
@ -221,9 +221,7 @@ $('#new-po-line').click(function() {
|
||||
});
|
||||
{% endif %}
|
||||
|
||||
$("#po-lines-table").bootstrapTable({
|
||||
search: true,
|
||||
sortable: true,
|
||||
$("#po-lines-table").inventreeTable({
|
||||
});
|
||||
|
||||
|
||||
|
@ -32,8 +32,7 @@ $("#po-create").click(function() {
|
||||
);
|
||||
});
|
||||
|
||||
$("#po-table").bootstrapTable({
|
||||
search: true,
|
||||
$("#po-table").inventreeTable({
|
||||
});
|
||||
|
||||
{% endblock %}
|
Reference in New Issue
Block a user