© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•12mo ago•
5 replies
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);
Tables\Columns\TextColumn::make()
  ->visible(fn($livewire) => $livewire->activeTab == $your_tab);
Jump to solution
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Show columns based on filters
FilamentFFilament / ❓┊help
3y ago
Card filters based on table filters
FilamentFFilament / ❓┊help
3y ago
How to get active tab when using table tab filters?
FilamentFFilament / ❓┊help
3mo ago
Programmatically change active Tab
FilamentFFilament / ❓┊help
7mo ago