© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
1 reply
cakan

Refresh tab badge

Is it possible to refresh a tab badge?

I have Infolist which displays data in tabs. One of the tabs has a badge which displays number of users and a list of users. If I delete a user from the list, badge will still display old count of users. Is it possible to refresh the badge value or to somehow make it reactive?

My tab is defined like this:
Tabs\Tab::make("Members")
         ->badge(fn(Company $record) => $record->users()->count())
         ->schema([
             Pages\CompanyUsers::make('members')
         ]),
Tabs\Tab::make("Members")
         ->badge(fn(Company $record) => $record->users()->count())
         ->schema([
             Pages\CompanyUsers::make('members')
         ]),
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 tab badge
FilamentFFilament / ❓┊help
3y ago
Tab Badge not updating
FilamentFFilament / ❓┊help
2y ago
Refresh badge count after filter table
FilamentFFilament / ❓┊help
13mo ago
Refresh table on tab change
FilamentFFilament / ❓┊help
10mo ago