arne_becker
arne_becker
FFilament
Created by arne_becker on 3/24/2024 in #❓┊help
Get Validator instance of a form
Yes thats true. But a custom rule is always bound to a specific form field. My validation logic concerns multiple fields at once.
6 replies
FFilament
Created by phydeaux on 2/28/2024 in #❓┊help
requiredWithoutAll() validation being ignored
I have the same issue, but with requiredWithout()
4 replies
FFilament
Created by arne_becker on 3/18/2024 in #❓┊help
No build-in Excel Import?
I know that. But tell the DAU....
11 replies
FFilament
Created by arne_becker on 3/18/2024 in #❓┊help
No build-in Excel Import?
Okay I see. Unfortunatly, I have users who don't know what CSV is 😉 But that's my problem 😉
11 replies
FFilament
Created by arne_becker on 3/18/2024 in #❓┊help
No build-in Excel Import?
@Dan Harrin Can you help me out, maybe?
11 replies
FFilament
Created by dasK_ on 3/18/2024 in #❓┊help
Replacing Login Route with Jetstream
You can just ommit the login() on our admin panel provider.
5 replies
FFilament
Created by shashika on 2/16/2024 in #❓┊help
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
FFilament
Created by ConnorHowell on 11/6/2023 in #❓┊help
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
FFilament
Created by ConnorHowell on 11/6/2023 in #❓┊help
Default clickable row action
Oh wow. I'm having a silimar issue. Is there something like a default action for the row/record? However, I didn't found the recordAction() in the docs.
5 replies