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({
|
$("#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…
Reference in New Issue
Block a user