English |
---|
In this tutorial, we will demonstrate how to sort a |
...
list by multiple columns. In this sample, we will focus on sorting by three columns: Country, first name, and last name. |
Form Design
List Design
Currently, Joget doesn't offer the option to directly sort the list by multiple columns natively, however there is a method to do so by using the Database SQL Query.
...
This SQL query will sort the datalist list by country, then first name, then last name.
...