Hi I have two questions,
First, is it possible to have a sort button that users can click on to change the sorting of a list of pages by date, title, etc.?
Second, how would I make sure that the sorting of a alpha-numeric field is sorted properly?
Right now I get it sorted like this:
A-1
A-10
A-2
Instead of this:
A-1
A-2
A-10
Thanks!
First, is it possible to have a sort button that users can click on to change the sorting of a list of pages by date, title, etc.?
Second, how would I make sure that the sorting of a alpha-numeric field is sorted properly?
Right now I get it sorted like this:
A-1
A-10
A-2
Instead of this:
A-1
A-2
A-10
Thanks!