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:
@ -44,9 +44,7 @@ InvenTree | Build List
|
||||
});
|
||||
});
|
||||
|
||||
$(".build-table").bootstrapTable({
|
||||
sortable: true,
|
||||
search: true,
|
||||
$(".build-table").inventreeTable({
|
||||
formatNoMatches: function() { return 'No builds found'; },
|
||||
columns: [
|
||||
{
|
||||
|
Reference in New Issue
Block a user