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

[FEATURE] Custom sorting of columns in a table #13893

Open
hmijail opened this issue May 13, 2024 · 1 comment
Open

[FEATURE] Custom sorting of columns in a table #13893

hmijail opened this issue May 13, 2024 · 1 comment
Labels

Comments

@hmijail
Copy link

hmijail commented May 13, 2024

Problem description

A column in a table might contain data that doesn't sort properly as text or as numbers. E.g.:
AB 1
AB 10
AB 2

Feature description

I could imagine this being implemented either as having a custom JS function to do the sorting, and/or as having a custom JS function to change how values are displayed, independently of the sorting.

Potential alternatives

I am currently modifying my tables adding a number prefix and/or sorting them beforehand so that they start in an appropriate state. Obviously this doesn't survive past the first table interaction.

Additional information

No response

@hmijail hmijail added the TRIAGE label May 13, 2024
@hmijail
Copy link
Author

hmijail commented May 13, 2024

A commenter here asked for a function to sort by e.g. absolute value. I don't think this would be doable if only value representation can be changed.

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

No branches or pull requests

1 participant