That is up to you...
The repeat does not
have sorting, it displays the data in whatever order your data is in.
So, you would have to develop your own sorting that will sort the data
and redisplay the repeat control. Typically I get the data for the repeat
via code and send an ArrayList of objects to the repeat (not a view). I
suspect you would have to do that.
Howard