You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(grouping): Grouping now raises a sort changed event
Grouping was not calling sort changed which meant that external sorting
with grouping wasn't working.
- Adds a call to raise a `sortChanged` event when grouping.
- Additionally adds a test to grouping to ensure that this event is
raised.
Closes#4155
0 commit comments