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

Add Support for Bulk Edit #1547

Open AnushDeokar opened 5 months ago

AnushDeokar commented 5 months ago

feature #1542

This PR attempts to add the support for Bulk Edit of Rows. The implementation in terms of design is similar to that of Filter option. I have created a new atom to store the bulk edit popover state. I am filtering out the column types which can be editable and then handling the user change in the query state. Then the bulk update is done asynchronously by calling the updateField method.

https://github.com/rowyio/rowy/assets/58873530/56c0ecd9-15e5-48bd-8d22-857ca00e7521

vercel[bot] commented 5 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
rowy-typedoc ✅ Ready (Inspect) Visit Preview Mar 3, 2024 7:49pm
vercel[bot] commented 5 months ago

@AnushDeokar is attempting to deploy a commit to the Rowy Team on Vercel.

A member of the Team first needs to authorize it.

AnushDeokar commented 5 months ago

@bofeiw, Could you please have a look at this? I'm still refining it more, but I'd appreciate confirming whether my grasp of this feature aligns with the intentions or not. If It could be done in any better way let me know. Thanks