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

Sort by values is reversed #30

Open
alvarodp opened this issue Oct 17, 2019 · 2 comments
Open

Sort by values is reversed #30

alvarodp opened this issue Oct 17, 2019 · 2 comments

Comments

@alvarodp
Copy link

I would expect sort by values to be descending (A-Z) and sort by values reverse to be ascending (Z-A)

exports.sortValues = sortActiveSelection.bind(null, ["asc"], "values");

exports.sortValuesReverse = sortActiveSelection.bind(null, ["desc"], "values");

@richie5um
Copy link
Owner

Is it not doing that already?! :)

@alvarodp
Copy link
Author

If I want to sort by values (A-Z) I have to select the reverse option. 😜

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

No branches or pull requests

2 participants