F
Filament3mo ago
*SAF

Proper way to add bulk action for record edit

Hello, I'm wondering about the best way to let the user select a record and then show the same edit modal that we have in row actions without having to duplicate the form Thank you very much!
2 Replies
Matthew
Matthew3mo ago
You extract the form into a class. It is only an array.
Dennis Koch
Dennis Koch3mo ago
Or you use ->form(YourResource::from(new Form())

Did you find this page helpful?