Content Manager data sort

Hi there @emalouiseballx :raised_hand_with_fingers_splayed:

I can’t see your sorting function? Maybe share screenshots of the layout (repeater), and explain more on how you intend to filter them or sort them based what?

Here’s a tutorial video showing you how to handle multiple filters with wixData .

When you’re done refining your query, add the sort to the query before calling it.

dataQuery.ascending('dateOrder').find()

Don’t forget to replace ā€œdateOrderā€ with the actual field ID.

Please let me know how it goes.
Ahmad