Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to sort items within groups? #6

Closed
chriswiesner opened this issue Jan 13, 2020 · 1 comment
Closed

How to sort items within groups? #6

chriswiesner opened this issue Jan 13, 2020 · 1 comment
Assignees
Labels
future Maybe an issue for a future release
Milestone

Comments

@chriswiesner
Copy link

It would be good to use the compareTo function of the items to sort them. This way we could also sort items within groups.
Currently it seems only the compareTo of the groupBy is used.

@Dimibe Dimibe added the future Maybe an issue for a future release label Mar 28, 2020
@Dimibe Dimibe added this to the Release 2.20 milestone Apr 4, 2020
@Dimibe
Copy link
Owner

Dimibe commented Apr 4, 2020

Items are now sorted according their comparable function within groups

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
future Maybe an issue for a future release
Projects
None yet
Development

No branches or pull requests

2 participants