orderBy
can take an array of multiple parameters to order by. So you can do:
c as c.label group by c.group for c in data | orderBy:['group','label']
Here is a fiddle
orderBy
can take an array of multiple parameters to order by. So you can do:
c as c.label group by c.group for c in data | orderBy:['group','label']
Here is a fiddle