F
Filament5mo ago
LJ

Edit Multiple Records

I'm using v3 Panels where I have a Resource; I wonder if there's any reasonable way to cobble up a bulk action where one could Bulk edit the selected records? Basically the expectation is - select the recods, bulk edit, takes you to the familiar looking EditRecord page, but with multiple forms, each with it's own save button; Guess it would have to be outside panels and in a custom page, with a redirect of sorts, but if anyone has any ideas - I would love to hear them.
2 Replies
Dennis Koch
Dennis Koch5mo ago
You could probably solve this with a custom page inside the panel as well. Maybe store the data in the session, redirect to your custom page, load the record ids from the session, render one form per record.
LJ
LJOP5mo ago
Any thoughts how I could nicely reuse resource forms and mutate/save logic on edit? I imagine a repeating livewire component, each showing the edit form for any record

Did you find this page helpful?