mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-23 23:35:00 +08:00
Set the default sotring of team users datatable to asc on name [SCI-7562]
This commit is contained in:
parent
e387e920f3
commit
9cb52d6b5a
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
<'page-info'i>
|
||||
<'page-selector'p>
|
||||
>`,
|
||||
order: [[1, 'asc']],
|
||||
order: [[0, 'asc']],
|
||||
stateSave: true,
|
||||
buttons: [],
|
||||
processing: true,
|
||||
|
|
Loading…
Reference in a new issue