How to hide a column in a table using Filament Shield?
I have the roles set up, but i want to hide a specific column based on role
Solution:Jump to solution
Figured it out
->visible(fn() => auth()->user()->hasRole('super_admin'))...
1 Reply
Solution
Figured it out
->visible(fn() => auth()->user()->hasRole('super_admin'))