© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•10mo ago•
4 replies
Watermelonnable

Refresh table on tab change

Hi, is there a way to hook on the tab change event to reset the table?

I have a table where columns come dynamically based on certain parameters. These parameters might be different per tab, but my table columns aren't updating. I need the table to refresh itself after each tab change.
Solution
Just added this method on my ListResource page:

public function updatedActiveTab(): void
    {
        $this->resetTable();
    }
public function updatedActiveTab(): void
    {
        $this->resetTable();
    }


apparently it solves my Issue, i'll report back in a couple minutes
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

refresh table widget after tab button changed
FilamentFFilament / ❓┊help
16mo ago
Change table columns/filters based on active tab?
FilamentFFilament / ❓┊help
12mo ago
Refresh tab badge
FilamentFFilament / ❓┊help
3y ago
Refresh tab badge
FilamentFFilament / ❓┊help
3y ago