Can Backbone render a collection in reverse order?
问题 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 turn, is rendered to a table. Because the table of events is essentially a blotter, I'd like the events in reverse order and preferably only keep n-number of events. Can Backbone 'automatically' re-render a collection in reverse order? 回答1: To go through collection in the reverse order I usually use a construction like