mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-15 11:35:41 +00:00
Initially sort part list by 'name'
This commit is contained in:
@ -122,7 +122,7 @@
|
|||||||
$("#part-table").bootstrapTable({
|
$("#part-table").bootstrapTable({
|
||||||
sortable: true,
|
sortable: true,
|
||||||
search: true,
|
search: true,
|
||||||
sortName: 'description',
|
sortName: 'name',
|
||||||
idField: 'pk',
|
idField: 'pk',
|
||||||
method: 'get',
|
method: 'get',
|
||||||
pagination: true,
|
pagination: true,
|
||||||
|
Reference in New Issue
Block a user