rowy
rowy copied to clipboard
Add Support for Bulk Edit
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
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 |
@AnushDeokar is attempting to deploy a commit to the Rowy Team on Vercel.
A member of the Team first needs to authorize it.
@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