Skip to main content

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"
	}

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!