vanaigr opened a new issue, #33352: URL: https://github.com/apache/superset/issues/33352
## [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: https://github.com/apache/superset/pull/33140#issuecomment-2810285010 ### Proposed Change 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: https://github.com/apache/superset/pull/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. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org