You need to sign in to do that
Don't have an account?

Order by in apex:repeat
Does anyone have a code example of how to sort ascending/descending in a vf page w/o having to buid out a custom controller or extension?
You need to sign in to do that
Don't have an account?
You won't be able to control the initial sorting without using a custom controller or extension. You could implenet something on the client side, however. See this JavaScript library, for example:
http://www.kryogenix.org/code/browser/sorttable/
...stephan