I’m trying to make a loader indication on a single record while collection is fetching. Simple display condition not suite because loader shown on every records of a list.
Any ideas how to implement this?
I’m trying to make a loader indication on a single record while collection is fetching. Simple display condition not suite because loader shown on every records of a list.
Any ideas how to implement this?
You can have the loader outside the list of records and bind its display to the property “isFetching” of the collection. If you want only a single loader it’s better to have it outside your collection list.
If you have the loader inside the collection list but you want to display it only in the first record just bind the display property to the index of the current item