pgadmin-org / pgadmin4

pgAdmin is the most popular and feature rich Open Source administration and development platform for PostgreSQL, the most advanced Open Source database in the world.
https://www.pgadmin.org
Other
2.51k stars 654 forks source link

Add possibility to reorder server groups #8015

Open KeterSCP opened 3 weeks ago

KeterSCP commented 3 weeks ago

Describe the solution you'd like

Nowadays, after adding new server group in the object explorer there is no way to change its display order. It would be nice to have something like a drag-and-drop functionality to reorder list items.

Describe alternatives you've considered

Alternatively, server groups could be sorted in alphabetical order. Currently, only newly added server groups are placed alphabetically, but renaming existing ones does not rearrange the structure. (UPD: it does rearrange the structure, but only after using View->Reload option or restarting the whole pgadmin app)

pravesh-sharma commented 1 week ago

We need to sort the server groups alphabetically when adding or renaming. Looks like a bug.