I am looking to be able to manually sort the content appearing on my dynamic repeater on one of the pages on my site. The already set options do not have the sorting I am looking for, so I was hoping to make a manual sort option with Velo, but I am unsure where to start.
I was hoping someone would be able to give pointers or provide pre-written code to assist with settings this up.
You could get the items in the dataset as an array, then use javascript’s sort method on it, as it gives much more options, before you put the array into a repeater (?)