1
Add a "Duplicate row" action to the Table Editor
Source: supabase/supabase#49966 · opened by @Mohammed-Saif-Ibrahim
Feature request Add a "Duplicate row" action to the Supabase Studio Table Editor. Proposed behavior From the row context menu, users should be able to select "Duplicate row" to create a new row based on an existing row. The workflow would be: 1. Right-click a row in the Table Editor. 2. Select "Duplicate row". 3. Open the row editor side panel with the existing row's values pre-filled. 4. Exclude primary key values so that a new record can be created with fresh primary key values. 5. Clearly indicate that the user is duplicating a row, e.g. "Duplicate row in <table>". 6. On save, insert the duplicated values as a new row rather than updating the original row. Why When users need to create a new record with values similar to an existing record, they currently have to manually copy the values into a new row. A dedicated Duplicate row action would make this workflow faster and more intuitive. Considerations …
No pledges yet. Be the first to back this.
Comments
Similar requests
Support skipping conflicting rows during CSV import
1 vote · 0 comments
Foreign key relation: New Action if referenced is not present in table
2 votes · 0 comments
Table Editor + View Modes
1 vote · 0 comments
Table Editor Schema View - Collapse Partitioned Tables
2 votes · 0 comments
Columns should have the same order in the table editor and table update menu
4 votes · 0 comments
No comments yet.