mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-01 04:56:45 +00:00
Initially sort part list by 'name'
This commit is contained in:
parent
416b5c9820
commit
ab76525da2
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user