-
Notifications
You must be signed in to change notification settings - Fork 15.1k
[SIP-168] Alphabetically sorted columns & metrics in explore #33352
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
Comments
I can add that, though I'm not sure where the button would best fit. I assume it would switch to sorting by |
I don't see a DISCUSS thread on the dev@ mailing list. You'll need to do that, or this may eventually be closed as abandoned. |
I somehow missed it since the number wasn't in the title 😅 Maybe @kasiazjc can provide a mockup of how we'd want to add/design the controls for this. Once we all agree on design, we can certainly put this up for a [VOTE] thread. If you already have code around this, you're welcome to open a Draft PR as a POC, btw. |
Uh oh!
There was an error while loading. Please reload this page.
[SIP] Proposal for alphabetically sorted columns & metrics in explore
Motivation
Currently, the order of columns is not deterministic,
There is some prioritization, e.g. for datetime and certified columns,
but all other columns are shown in the order returned by the db, which is not guaranteed to be the same.
See: #33140 (comment)
Proposed Change
See: #33140
Display metrics and columns in alphabetical order. Keep certified columns on top, but sort them as well.
Left image is before, right is after:
From: #33140
New or Changed Public Interfaces
DatasourcePanel logic will be changed to sort the columns alphabetically.
New dependencies
None.
Migration Plan and Compatibility
None.
Rejected Alternatives
None.
The text was updated successfully, but these errors were encountered: