FeatureFuel
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.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests