Is it possible to sort a non database manual populated list component client side?
Armand
Is it possible to sort a non database manual populated list component client side?
Armand
Hi Armand -
Yes, but you need to have a basic JavaScript knowledge:
http://www.w3schools.com/jsref/jsref_... - simple sort or with your own custom JS comparison function.