mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-24 15:54:00 +08:00
Set the default sotring of inventory items datatable to asc on name [SCI-7562]
This commit is contained in:
parent
9cb52d6b5a
commit
217561e809
1 changed files with 1 additions and 1 deletions
|
@ -988,7 +988,7 @@ class Constants
|
|||
'time' => 0,
|
||||
'start' => 0,
|
||||
'length' => REPOSITORY_DEFAULT_PAGE_SIZE,
|
||||
'order' => [[2, 'asc']], # Default sorting by 'ID' column
|
||||
'order' => [[3, 'asc']], # Default sorting by 'name' column
|
||||
'columns' => [],
|
||||
'assigned' => 'assigned',
|
||||
'ColReorder' => [*0..7]
|
||||
|
|
Loading…
Reference in a new issue