Use Filament Shield to manage access to Table Actions
Hi,
I did some research and some GPT prompts but found nothing useful so far... Is it possible to block / allow access to Table Actions using Filament Shield? Or will it be better to use
Cheers, Tee
I did some research and some GPT prompts but found nothing useful so far... Is it possible to block / allow access to Table Actions using Filament Shield? Or will it be better to use
->visible()Cheers, Tee
Solution
try this.
Action::make()->authorize(fn () => Auth::user()->can('view_email'))

