FilamentF
Filament8mo ago
taqi

how to open a modal without a trigger button?

is there a way to open a modal without a trigger button? for example this action modal:

public function testAction(): \Filament\Actions\Action
{
     return \Filament\Actions\Action::make('test')
             ->modalHeading(__('Test Action'));
}


fyi: I am using filament actions inside livewire component
Was this page helpful?