1
Enable table-based grouping/sorting for Database Management views
Source: supabase/supabase#45443 · opened by @itsbenkm
Currently, the Database Management section of the Supabase dashboard (specifically for Indexes, Functions, and Triggers) presents objects in a single, flat list.As a project grows and more tables are added, this list becomes cluttered and difficult to navigate. Finding all indexes or triggers associated with a specific table requires manual scanning or searching, which is inefficient and prone to oversight. There is currently no way to "group" these objects by their parent table, making it hard to see a consolidated view of all secondary assets for a specific piece of the schema.Describe the solution you'd likeI would like to see a "Group by Table" or "Sort by Table" option added to the list views for:IndexesFunctionsTriggersEnumerated Types (if applicable)Ideal Behavior:Toggle for Grouping: A simple toggle or dropdown at the top of these lists to "Group by Table."Accordion/Collapsible Headers: When grouped, objects should be nested under a…
No pledges yet. Be the first to back this.
Comments
Similar requests
Dashboard Enhancement: Add Edit and Delete actions for Database Views
3 votes · 0 comments
Better support for (Materialized) Views
24 votes · 0 comments
Authenticated API Endpoint to Restart / Toggle Database On & Off Remotely
2 votes · 0 comments
UI Improvement - Copy JSON on all Database Management Pages in Web Interface
2 votes · 0 comments
Subscribing to Views (in addition to Tables)
4 votes · 0 comments
No comments yet.