2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 04:55:44 +00:00

Update a bunch more tables

This commit is contained in:
Oliver Walters
2019-09-22 22:18:53 +10:00
parent 2046c12600
commit ae2e2f36e4
20 changed files with 26 additions and 88 deletions

View File

@ -45,12 +45,7 @@
});
});
$("#part-table").bootstrapTable({
sortable: true,
search: true,
pagination: true,
pageSize: 50,
pageList: [25, 50, 100, 'all'],
$("#part-table").inventreeTable({
formatNoMatches: function() { return "No supplier parts found for {{ company.name }}"; },
queryParams: function(p) {
return {

View File

@ -42,9 +42,7 @@
newOrder();
});
$("#po-table").bootstrapTable({
search: true,
sortable: true,
$(".po-table").inventreeTable({
});
{% endblock %}

View File

@ -32,12 +32,7 @@ InvenTree | Supplier List
});
});
$("#company-table").bootstrapTable({
sortable: true,
search: true,
pagination: true,
pageSize: 50,
pageList: [25, 50, 100, 'all'],
$("#company-table").inventreeTable({
formatNoMatches: function() { return "No company information found"; },
columns: [
{