Solved
Ordering a List
Is there any way to order a list of things? I have all of these items that the list could be sorted by, but I cannot find a way to sort it in any manner.
Thanks,
Toby
Is there any way to order a list of things? I have all of these items that the list could be sorted by, but I cannot find a way to sort it in any manner.
Thanks,
Toby
There is a snippet for this called "Sort":
var sort = new Object();
sort.name = yourFieldName;
sort.ascending = booleanValue;
yourInfoTable.Sort(sort);
I hope this helps!
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.