Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 355 Bytes

SortDirection.md

File metadata and controls

13 lines (8 loc) · 355 Bytes

SortDirection

Specifies which direction Table data is currently sorted in.

SortDirection.ASC

Sort items in ascending order. This means arranging from the lowest value to the highest (e.g. a-z, 0-9).

SortDirection.DESC

Sort items in descending order. This means arranging from the highest value to the lowest (e.g. z-a, 9-0).