rowyio / rowy

Low-code backend platform. Manage database on spreadsheet-like UI and build cloud functions workflows in JS/TS, all in your browser.
http://rowy.io
Other
5.88k stars 479 forks source link

Bulk edit support - edit a number of rows at once #1542

Open bofeiw opened 6 months ago

bofeiw commented 6 months ago

Is your feature request related to a problem? Please describe. Ability to edit multiple rows at the same time to improve efficiency.

Describe the solution you'd like Solution 1: Rowy already support multi row selection. We can add a button "bulk edit" when multiple rows are selected.

Screenshot 2024-02-24 at 16 39 30

Solution 2: Like Google Sheets, we can allow a cell's corner to be draggable to copy the value to other cells.

Screenshot 2024-02-24 at 16 40 31

Describe alternatives you've considered Currently user can copy the value and manually paste to other cells as a workaround. However this is not efficient.

AnushDeokar commented 5 months ago

Hey @bofeiw, Do you mind if I give this a go? I was thinking to implement this (Solution 1) similar to how we have Filter option.