Can Filter tab be disabled ? , it's there but you can't click on it ?
Can Filter tab be disabled ? , it's there but you can't click on it ?
something like
'inactive' => Tab::make()
->modifyQueryUsing(fn (Builder $query) => $query->where('active', false)) ->disabled
2 Replies