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?
2 Replies
Dennis Koch
Dennis Koch12mo ago
You are using the wrong Tab component.
YusifHajiyev
YusifHajiyevOP12mo ago
Thank you so much
Want results from more Discord servers?
Add your server