F
Filament10mo ago
Rolland

How to hide/show table column based on the active tab?

I am wondering if anyone know how to do this. and wanted some guidance. thank you
4 Replies
Jonay.Medina
Jonay.Medina10mo ago
In my team we set some settings from this video https://www.youtube.com/watch?v=bF04VPI68sg
Code With Tony
YouTube
Laravel Filament Roles and Permissions Full Tutorial
In this video, we are going to work with Laravel Filament permissions. Laravel Filament. Laravel Spatie permission. Support me: Get the Udemy Course: https://bit.ly/3SMaeCY https://www.patreon.com/Laraveller Cloudways: https://www.cloudways.com/en/?id=1107304 DigitalOqean $200 free: https://m.do.co/c/35b78d1e88a4 Follow me: Twitter: https://t...
LeandroFerreira
LeandroFerreira10mo ago
->visible(fn($livewire):bool => $livewire->activeTab = 'xx') ?
Rolland
RollandOP10mo ago
Hi. thank you will try this when i have the time thank you

Did you find this page helpful?