cockroachdb / cockroachdb/cockroach
ui: change table sort setting on applying new search criteria
Open
A-cluster-observability
C-bug
T-observability
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
With the new search criteria experience, we now apply a server sort (e.g. retrieve top-k by CPU Time, Service Latency etc). When the settings are applied, we should change the current table sort to the applied sort setting so that when results are returned they are ordered by the sort setting in the table.
When a column that is not the "initial" one is selected, a warning should also be added.
Jira issue: CRDB-25862
Contributor guide
Assessment
This issue has not been assessed yet.