This repository has been archived by the owner on Jul 29, 2019. It is now read-only.
Timeline - Nested groups do not use groupOrder
.
#2810
Milestone
groupOrder
.
#2810
ItemSet.prototype._orderGroups
usegrupOrder
option to sort all the groups (top groups and nested groups) but then_orderNestedGroups
get the nested groups without applying order.Maybe its enough to change:
to force the order again when geting nested groups:
We can even define a specific option
nestedGroupOrder
for sorting nested groups and usegroupOrder
if it is not defined.In terms of performance, the first ordering of
_orderGroups
could be optimized to not include nested groups.The text was updated successfully, but these errors were encountered: