prageeth94
prageeth94
FFilament
Created by prageeth94 on 6/28/2023 in #❓┊help
Is it possible to modify the SelectFilter instance in a service provider?
I have used the SelectFilter every where in code. now I want to make them all searchable. Instead of adding ->searchable() everywhere can I change this in a single place?
2 replies
FFilament
Created by prageeth94 on 6/20/2023 in #❓┊help
Any Tips to make a specific Text Column fixed in Table Builder ?
Here is an example of what I mean https://codepen.io/meenakshise/pen/gQRRVO
6 replies
FFilament
Created by prageeth94 on 6/14/2023 in #❓┊help
No method named visible in Filament\Navigation\NavigationItem class
But in documentation it is said possible. https://filamentphp.com/docs/2.x/admin/navigation#conditionally-hiding-navigation-items . Am i missing something ? I am using this class in a service provider btw.
10 replies
FFilament
Created by prageeth94 on 6/8/2023 in #❓┊help
How to register Pages to Filament from Database?
I am developing a simple CMS for the admin panel. I want to store custom pages and their data on database . I hope to register those pages to filament in a service provider so those pages must be visible in admin panel. Any help?
9 replies
FFilament
Created by prageeth94 on 5/26/2023 in #❓┊help
How to automatically call form submit action after the form is rendered?
I have a form that I initialize with some props. I need to call the submit method once the form is rendered. I was thinking about lifecycle hooks. Any help?
7 replies
FFilament
Created by prageeth94 on 4/26/2023 in #❓┊help
How to display a Filament Page to a guest user (Without Log in)?
please point me in right direction
8 replies