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
Currently, we cannot sort data after grouping. Groups are returned sorted by string based group keys. In case of numerical values this is not optimal because we get results like '1', '10', '2' and it's not possible to get data in reverse order. Therefore, the Grouper class should be revisited.
The text was updated successfully, but these errors were encountered:
Any idea when you will be working on this? :) We have a use case where we would like to keep the records in the order they were in before the grouping. So it would be nice to either skip sorting, or define some custom sort priority property to achieve this.
Currently, we cannot sort data after grouping. Groups are returned sorted by string based group keys. In case of numerical values this is not optimal because we get results like '1', '10', '2' and it's not possible to get data in reverse order. Therefore, the Grouper class should be revisited.
The text was updated successfully, but these errors were encountered: