-
Notifications
You must be signed in to change notification settings - Fork 418
Description
Is your feature request related to a problem? Please describe the impact that the lack of the feature requested is creating.
I generally sort all rows in a list by the namespace column.
But every time I go to a different view, such as from Pods to Deployments, then back to Pods, the sorting in the Pods list is back to default.
Describe the solution you'd like
It would be great if each view would remember the last selected sorting column (name, namespace, images, etc.) and direction (ascending vs descending).
Optionally would also be great to support "secondary" (or more) sort columns. Such as if I sort by "Name", and then click to sort by "Namespace", that it would first sort namespace, and then for all rows with same namespace, sorts by the previous column ("Name" in this case), also respecting the sort order of it.
What users will benefit from this feature?
Pretty much every user would benefit from this as well.
If any happen to not like this, perhaps a toggle for this could be added in settings. I.e. "Remember sorting preference per view", and if "secondary" (or more) support is added as well, another toggle for enabling or disabling that feature.
Are you able to implement this feature?
"Maybe". Very limited time.