tSortRow example
In the following example, the tSortRow component, labeled sort_by_name, is configured to sort a list of names in ascending, alphabetic order.
setSettings {
CRITERIA {
COLNAME : "firstName",
SORT : "alpha",
ORDER : "asc",
COLNAME : "lastName",
SORT : "alpha",
ORDER : "asc"
},
LABEL : "sort_by_name"
}