mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Initially sort part list by 'name'
This commit is contained in:
parent
416b5c9820
commit
ab76525da2
@ -122,7 +122,7 @@
|
||||
$("#part-table").bootstrapTable({
|
||||
sortable: true,
|
||||
search: true,
|
||||
sortName: 'description',
|
||||
sortName: 'name',
|
||||
idField: 'pk',
|
||||
method: 'get',
|
||||
pagination: true,
|
||||
|
Loading…
Reference in New Issue
Block a user