Development tools : XUI editor : Editing an XUI page : Editing the properties of a table : Sorting table rows initially
  
Sorting table rows initially
In a UDTT generated page, users can sort table rows in ascending or descending order by clicking the triangle icon on the table header if the developer has set the 'sortEnabled' property as true. To sort table rows initially so that users can have a better experience, follow this procedure:
1 In the Properties section, set the 'sortEnabled' property as true.
2 In the Columns section, select the column you want to sort.
3 Check Sortable, and then set the Sort order and priority.
This graphic is described in the surrounding text.
Sort order: Ascending, Descending, and no order.
Sort priority: from 1 (highest) to the total number of columns (lowest).
4 Repeat the step 2 and 3 on all the columns you want to sort. They must have different Sort priorities.
Go up to
Editing the properties of a table