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

@ -27,6 +27,7 @@
sortable: true,
search: true,
pagination: true,
formatNoMatches: function() { return "No parts found matching search query"; },
queryParams: function(p) {
return {
search: "{{ query }}",