feat: refs #8316 added order param
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jose Antonio Tubau 2025-01-03 12:47:24 +01:00
parent 37a87fa8e1
commit 1a90be0561
1 changed files with 1 additions and 0 deletions

View File

@ -397,6 +397,7 @@ function handleLocation(data, location) {
prefix="customer" prefix="customer"
:array-data-props="{ :array-data-props="{
url: 'Clients/filter', url: 'Clients/filter',
order: ['id DESC'],
exprBuilder, exprBuilder,
}" }"
> >