Subscription (but don't rearrange on client)

We are trying to subscribe to a bunch of users and order by last online (date field type). how ever we don’t want the collection to rearrange on the client when those last online field changes.

so how do we retain the initial order but keep the reactivity?

we are trying to avoid using “subsmanager” atleast for now.

thanks in advance guys :slight_smile:

2 Likes

I am curious, too.

For now, I am adding an index to the client collection (MyCollection._collection.update) in the helpers added event, but this seems a bit ugly.

hmmm, will give this a try … thanks