2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 20:45:44 +00:00

Use a jQuerified function

This commit is contained in:
Oliver Walters
2019-09-22 21:56:57 +10:00
parent df41fafefb
commit 2046c12600
3 changed files with 4 additions and 7 deletions

View File

@ -44,9 +44,7 @@ InvenTree | Build List
});
});
$(".build-table").bootstrapTable({
sortable: true,
search: true,
$(".build-table").inventreeTable({
formatNoMatches: function() { return 'No builds found'; },
columns: [
{