Hello,
I cant understand the behaviour of sorting the groups in a unitlist.
http://webix.com/snippet/ad3e9610
In the snippet, the order of groups is OK if I return an integer from uniteBy but not if I return
a string. I mean, group order is wrong, item order inside groups is always fine.
Is this expected behaviour?
Also, is there a way to use different property for the group label and return a different property in uniteBy?
Thank you