It is a true alphabetical sorting. For example, you would expect the following sorting alphabetically:
004, 008, 1, 10, 2, 3, 5, 6, 7, 9
If the experiments are created in the same order as the numeric order, then a simple switch to ordering by Created (recent first/recent last) would give a descending/ascending order numerically. However, if the end user created 1, then 3, then 2, then this approach would not work.
Comments
0 comments
Article is closed for comments.