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 a collection of cells by column #1331

Open
3 tasks
luke-quadratic opened this issue Apr 30, 2024 · 0 comments
Open
3 tasks

Sort a collection of cells by column #1331

luke-quadratic opened this issue Apr 30, 2024 · 0 comments
Assignees
Labels
type: enhancement new feature or request

Comments

@luke-quadratic
Copy link
Contributor

luke-quadratic commented Apr 30, 2024

Sort selection, operations on either single columns/rows or entire datasets, preserve associations in datasets

  • Sort A to Z by either column
  • Sort numerical values by either column
  • Sort values in multi-row or multi-column selection and maintain the column/row associations, e.g.
    [1,2,3],[a,c,b] when sorted A to Z returns [1,3,2],[a,b,c]
@luke-quadratic luke-quadratic added the type: enhancement new feature or request label Apr 30, 2024
@davidkircos davidkircos changed the title Sort a selection of cells by ascending or descending order Sort a collection of cells by column Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement new feature or request
Projects
Status: No status
Development

No branches or pull requests

2 participants