prageeth94
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
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
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
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