You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've managed to display the elements in the loading order which is not enough for me. My object has a proprety called elementType and I'd like to display those elements first and the rest of elements after.
I've tryed with no success :
source="elements | orderBy:'elementType' "
source="elements | orderBy:'card.elementType' "
source="elements | orderBy:'elements.elementType' "
The text was updated successfully, but these errors were encountered:
I've managed to display the elements in the loading order which is not enough for me. My object has a proprety called elementType and I'd like to display those elements first and the rest of elements after.
I've tryed with no success :
source="elements | orderBy:'elementType' "
source="elements | orderBy:'card.elementType' "
source="elements | orderBy:'elements.elementType' "
The text was updated successfully, but these errors were encountered: