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
2 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!
Show all comments