Page 1 of 1

Sort Manual List Clientside?

Posted: Thu Jan 22, 2015 9:58 am
by Armand

Is it possible to sort a non database manual populated list component client side?

Armand


Sort Manual List Clientside?

Posted: Thu Jan 22, 2015 10:27 am
by Illya Stepanov

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.