enum sap.ui.core.SortOrder

Control sample: sap.ui.core.SortOrder
Visiblity: public
Available since: N/A
Module: sap/ui/core/library
Application Component: CA-UI5-COR

Sort order of a column.


Properties Overview

Node Description
sap.ui.core.SortOrder.Ascending

Sorting is done in ascending order.

sap.ui.core.SortOrder.Descending

Sorting is done in descending order.

sap.ui.core.SortOrder.None

Sorting is not applied.