aurawindsurfing
->action can not be used with ->visible on Resource View Page, why?
I noticed that if you use ->visible on Action it can not be used together with ->action clousure. Why action is never triggered in that case? ->url() works just fine but not action.
33 replies
How to scope render hook to one Panel only?
Hey!
I register my render hook in AppPanelProvider like so:
But I can not figure out how and what scope to use. I have separate panel for logged in user and for guest. Whats the easiest way to achieve it?
AppPanelProvider - guest users
UserPanelProvider - logged in users
Thanks!
3 replies
Build in export action - why two files
Hi,
As everything with filament export action just works great! I'm wondering however why:
1. File being exported is being broken into headers file and records file if all I need is one file.
2. Why downloading a file is not supported out of the box?
What am I missing?
Thanks!
2 replies
How to add css to custom theme?
Hi Guys,
Can someone please explain to me like to a 5 year old how to use full tailwindcss class. I know I should put it in a custom theme css but how exactly? Which files to modify and where? I know about custom themes https://filamentphp.com/docs/3.x/panels/themes#creating-a-custom-theme but how to add whole tailwindcss to it for local dev and then purge it? I'm using vite. Thank you so much!
35 replies