arne_becker
How to override filament default form data store method
Hi. Just use the mutateFormDataBeforeCreate() method on the Create Page of your model.
https://filamentphp.com/docs/3.x/panels/resources/creating-records#customizing-the-creation-process
14 replies
Default clickable row action
I would like to open the record in a Infolist Slideover when I click the row. I don't want to have the View Action Button in the Action Column. And I would like to be able to open the Edit Page with the a Button in the Action Column. The infolist() method existins in the Ressouce class, of course.
Currently, it seems only possible when I add the View Action to the actions() method. But then I get the Action in the Actions columns.
5 replies