2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 13:05:42 +00:00

Improved table rendering

This commit is contained in:
Oliver Walters
2019-05-04 00:02:53 +10:00
parent f286effd62
commit 2eb825b0e6
6 changed files with 6 additions and 12 deletions

View File

@ -39,6 +39,7 @@
$("#part-table").bootstrapTable({
sortable: true,
search: true,
formatNoMatches: function() { return "No supplier parts found for {{ company.name }}"; },
queryParams: function(p) {
return {
supplier: {{ company.id }}

View File

@ -31,6 +31,7 @@
sortable: true,
search: true,
pagination: true,
formatNoMatches: function() { return "No company information found"; },
columns: [
{
field: 'pk',