Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

v2 sorting UI #170

Open
chriddyp opened this issue Oct 24, 2018 · 2 comments
Open

v2 sorting UI #170

chriddyp opened this issue Oct 24, 2018 · 2 comments
Labels
dash-type-epic Placeholder for multiple related issues attaining a specific goal

Comments

@chriddyp
Copy link
Member

What does the next generation of the sorting UI look like?

  • With multi-sort, the ability to determine the order in which columns were sorted
  • Anything else?
chriddyp added a commit that referenced this issue Oct 24, 2018
Many of these props will change in the future, I’ve linked properties
to the following issues:
- #166
- #167
- #168
- #168
- #167
- #169
- #169
- #169
- #170
- #171
chriddyp added a commit that referenced this issue Oct 25, 2018
Many of these props will change in the future, I’ve linked properties
to the following issues:
- #166
- #167
- #168
- #168
- #167
- #169
- #169
- #169
- #170
- #171
chriddyp added a commit that referenced this issue Oct 25, 2018
Many of these props will change in the future, I’ve linked properties
to the following issues:
- #166
- #167
- #168
- #168
- #167
- #169
- #169
- #169
- #170
- #171
@eliasdabbas
Copy link

Maybe sort by function?
Just like Python's sorted, where you can sort by an arbitrary function.
sorted(x, key=lambda obj: len(obj)), sorted(x, key=lambda obj: abs(obj)), etc.

@Marc-Andre-Rivet Marc-Andre-Rivet added the dash-type-epic Placeholder for multiple related issues attaining a specific goal label Nov 8, 2018
@inytar
Copy link

inytar commented Oct 18, 2019

What about allowing the developer to determine if the first click on the sort will be desc or asc?

HammadTheOne pushed a commit to HammadTheOne/dash that referenced this issue May 28, 2021
HammadTheOne pushed a commit to plotly/dash that referenced this issue Jul 23, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dash-type-epic Placeholder for multiple related issues attaining a specific goal
Projects
None yet
Development

No branches or pull requests

4 participants