Steps
- Open the entry of the window where you want to configure a default data sort order.
- Open the tab Field.
- In the field SortNo, enter
1
for ascending order
-1
for descending order (see example below)
In the WebUI this will appear as follows:
- If you want to specify a default sort order for multiple columns, just use their sequence numbers, e.g., for the second column use
2
(ascending) or -2
(descending), for the third 3
or -3
, and so on…
View source file on GitHub.com