Question

Sorting lists In Freedom UI

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 0

Like

2 comments

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!

Thanks for the reply Oleg

Show all comments