Question:
When using an Input (e.g. drop down or radio buttons) to filter a collection, how do I prevent Wix from ordering the options alphabetically?
Product:
Wix Studio
What are you trying to achieve:
I want to offer the user the option to filter by day of the week, but Wix re-orders the options so that they read alphabetically: Friday, Monday, Saturday, Sunday, Thursday, Tuesday, Wednesday. How do I overide this reordering so that it’s in natural weekday order (which is how the data is entered into the collection.
What have you already tried:
I’ve tried:
Changing the primary field in the collection to DAY rather than TITLE (one of the other fields)
Switching Mirroring on and off makes no difference
Typing the options BEFORE connecting to the collection makes no difference
Using radio buttons, drop downs, check boxes, tags makes no difference. They all get re-ordered alphabetically
Additional information:
Even although the options are in a peculiar order (when you’re expecting Mon through Fri) the filtering works perfectly. It’s just the order that the options are presented that I want to change