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
You extract the form into a class. It is only an array.
Or you use
->form(YourResource::from(new Form())