change filter #440

Open
carlossa wants to merge 2 commits from fix-customerExtendedListFilter into dev
1 changed files with 1 additions and 1 deletions

View File

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