I\'m using a Signalr hub to subscribe to events on the server. What an event is dispatched to a hub, its successfully adding the item to a Marionette CollectionView. This, in
You can reverse your models in a collection like so...
this.collection.models = this.collection.models.reverse()