Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Currently, Joget doesn't offer the option to directly sort the datalist by multiple columns natively, however there is a method to do so by using the JDBC Datalist Database Binder.
SELECT c_country , c_first_name , c_last_name FROM ( SELECT c_country , c_first_name , c_last_name FROM app_fd_details ORDER BY c_country asc , c_first_name asc , c_last_name asc LIMIT 18446744073709551615 ) alias
Download the sample app: