0
0
Fork 0

fix: change order column by default

This commit is contained in:
Javier Segarra 2024-08-22 23:40:29 +02:00
parent ffa6ef57fe
commit 14961d0aec
1 changed files with 1 additions and 1 deletions

View File

@ -387,7 +387,7 @@ function setReference(data) {
formInitialData: {},
}"
default-mode="table"
order="id DESC"
order="shipped DESC"
:columns="columns"
:user-params="userParams"
:right-search="false"