Element Details: Sort
 Back


Available in: Logi Info Source code name: DataColumnSort

Allows the table column to be sorted by clicking on the column header.

The table column is sorted based on one or more columns from the DataLayer. Enter the column name(s) into the DataColumn attribute.

You may specify more than one column. Enter multiple column names into the SortColumn attribute, seperating each with a comma. Multiple DataTypes, FirstSortSequences and ReverseSortSequences may also be entered in the same way.



ATTRIBUTES

Click attribute Name to drill down for more information.

NamePossible ValuesDescription
DataColumn
UserDefined
(Required) The name of a data field/column returned from the DataLayer.
DataType
UserDefined
Text
Number
Date
Specifies the type of data present.
FirstSortSequence
Descending
Ascending
Determines the initial sequence (ascending or descending) used when the user clicks on the header to sort the column. When there are multiple comma-delimited columns listed in the DataColumn attribute, then there may also be multiple comma-delimted sequences. The default is ascending. The sort order then toggles between ascending and descending when the column header is clicked again. This behavior can be over-ridden by setting the ReverseSortSequence attribute.
ReverseSortSequence
Descending
Ascending
Determines the reverse sort sequence (ascending or descending) used when the user clicks on the header to sort the column for the second time. When there are multiple comma-delimited columns listed in the DataColumn attribute, then there may also be multiple comma-delimted sequences. The default value is the opposite direction of the FirstSortSequence. ReverseSortSequence is most useful for preventing a column from reversing direction.



PARENT ELEMENTS

Click element to drill down for more information.

Crosstab Table Label Column Data Table Column


CHILD ELEMENTS

Click element to drill down for more information.



 Back to top