FilamentF
Filament11mo ago
Arjen

Change table columns/filters based on active tab?

Is it possible in panels to show or hide specific table columns or filters based on the active tab?
Solution
Tables\Columns\TextColumn::make()
  ->visible(fn($livewire) => $livewire->activeTab == $your_tab);
Was this page helpful?