0
0
Fork 0

change filter

This commit is contained in:
Carlos Satorres 2024-06-12 11:58:33 +02:00
parent 57eadbc74e
commit 222cdc5e05
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ const shouldRenderColumn = (colName) => {
/>
<FetchData
url="Countries"
:filter="{ fields: ['id', 'country'], order: 'country ASC' }"
:filter="{ fields: ['id', 'name'], order: 'name ASC' }"
@on-fetch="(data) => (countriesOptions = data)"
auto-load
/>