Does anyone know if it is possible to sort a list on load, by multiple columns? I spotted this array in the code, but adding another column to sort doesn't make a difference.
Thanks!
"sortingConfig": {
"attributeName": "ItemsSorting",
"default": [
{
"direction": "asc",
"columnName": "UsrPax"
},
{
"direction": "asc",
"columnName": "UsrNights"
}
]
}
Like
5 comments
18:11 Jun 05, 2023
Hello Hary,
Unfortunately it won't work and currently there is no way to sort list using two columns simultanously. I will register a suggestion for our core R&D team to implement this functionality out-of-the-box. Thank you for this suggestion and helping us in making the app better!
13:03 Dec 18, 2024
Hello Oleg, would you know if this has been implemented in any of the Freedom UI releases?
08:58 Mar 04, 2025
This would also be useful for a few clients who have asked for it from us.
15:43 Jul 10, 2025
Show all comments