A collection is a dynamic resource that queries the server for a list of resources that meet it's criteria.
Checkout the docs for more information.
Keep in mind that the collection does currently not subscribe to changes in the store and will therefore not update if items are added or removed.
Use the invalidate method to force a refresh.
A collection is a dynamic resource that queries the server for a list of resources that meet it's criteria. Checkout the docs for more information.
Keep in mind that the collection does currently not subscribe to changes in the store and will therefore not update if items are added or removed. Use the
invalidate
method to force a refresh.