F
Filament10mo ago
CappaS

Tabs action into the Stats Overview Widgets

I want to make my Stats Overview Widgets filter like the tabs filter... Like in the image, i need that clicking on the widget, filters like the tabs does. And then I will remove the tabs.
No description
5 Replies
LeandroFerreira
LeandroFerreira10mo ago
What code did you try?
CappaS
CappaSOP10mo ago
i've put the ->url() on my Stats, redirecting to the specific table filters
CappaS
CappaSOP10mo ago
but I would like to simplify these ->url()
No description
LeandroFerreira
LeandroFerreira10mo ago
you can use wire:click
->extraAttributes(['wire:click' => 'redirectWithFilters(\'all\')'])
->extraAttributes(['wire:click' => 'redirectWithFilters(\'all\')'])
public function redirectWithFilters(string $filter)
{
//redirect...
}
public function redirectWithFilters(string $filter)
{
//redirect...
}
CappaS
CappaSOP10mo ago
perfect, thanks man
Want results from more Discord servers?
Add your server