© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
2 replies
YusifHajiyev

getTabs()

public function getTabs(): array
{
return [
'all' => Tab::make('Active')->modifyQueryUsing(function ($query) {
return $query->where('status', 1);
}),
];
}

Method Filament\Forms\Components\Tabs\Tab::modifyQueryUsing does not exist.
What is the problem here?
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

getTabs()
FilamentFFilament / ❓┊help
2y ago
GetTabs actions
FilamentFFilament / ❓┊help
3y ago
getTabs() on custom page?
FilamentFFilament / ❓┊help
2y ago
getTabs() and limiting CreateAction options
FilamentFFilament / ❓┊help
16mo ago