You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All-column sorting or at least some default multi-column sorting (like RabbitMQ Management UI has) would be helpful. It would be good to have some default sorting when you navigate to any page with lists.
Few examples of sorting issues:
UI path /exchange#vhost=<vhost>&name=<exchange> completely misses sorting, but it would make sense to have it sorted by To and then by Routing key upon opening the page.
The /exchanges UI path can be sorted, but only by single column. You can either sort results by Virtual host OR by Name, but not by Virtual host and THEN by Name. Moreover, it would make sense to sort the exchanges by default by Virtual host and then by Name.
The RabbitMQ Management UI always sorts, so even when you list Exchanges and you do not request it to sort it, it is sorted by Virtual host and then by Name. When you sort explicitly by Name, the result is sorted by Name and then by Virtual host.
Please add implicit multi-column sorting to all lists and implicit sorting of unselected columns when requesting sorting by a particular column.
The text was updated successfully, but these errors were encountered:
All-column sorting or at least some default multi-column sorting (like RabbitMQ Management UI has) would be helpful. It would be good to have some default sorting when you navigate to any page with lists.
Few examples of sorting issues:
/exchange#vhost=<vhost>&name=<exchange>
completely misses sorting, but it would make sense to have it sorted by To and then by Routing key upon opening the page./exchanges
UI path can be sorted, but only by single column. You can either sort results by Virtual host OR by Name, but not by Virtual host and THEN by Name. Moreover, it would make sense to sort the exchanges by default by Virtual host and then by Name.The RabbitMQ Management UI always sorts, so even when you list Exchanges and you do not request it to sort it, it is sorted by Virtual host and then by Name. When you sort explicitly by Name, the result is sorted by Name and then by Virtual host.
Please add implicit multi-column sorting to all lists and implicit sorting of unselected columns when requesting sorting by a particular column.
The text was updated successfully, but these errors were encountered: