Sort Manual List Clientside?
Posted: Thu Jan 22, 2015 9:58 am
Is it possible to sort a non database manual populated list component client side?
Armand
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
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.