Set the default sotring of team users datatable to asc on name [SCI-7562]

This commit is contained in:
sboursen-scinote 2023-01-25 14:58:17 +01:00
parent e387e920f3
commit 9cb52d6b5a

View file

@ -25,7 +25,7 @@
<'page-info'i>
<'page-selector'p>
>`,
order: [[1, 'asc']],
order: [[0, 'asc']],
stateSave: true,
buttons: [],
processing: true,