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:
@ -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 }}",
|
||||
|
Reference in New Issue
Block a user