I want the list in ‘each’ to be reversed.
But I have not found this yet.
Did I miss anything?
Or is not the feature implemented yet?
Please let me know.
If you are looking for a way to do this in UX code, then no, Each
does not have that.
You need to reverse() the list in JavaScript, which should be fairly simple to do.
Hope this helps!