#Modal in livewire

3 messages · Page 1 of 1 (latest)

late bladeBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

quartz shell
#

Hey @lavish crystal try providing the Action with ->action(fn()=>'') and then t should work.

lavish crystal
#

I try this but view didn't render Action::make(__('Manage'))
->modalHeading(function ($record){
return $record->name .' - '. $record->leader_id;
})
->action(function (){
return view('livewire.assessor-list');
})
->modalDescription('Hellooo')

                ->icon('heroicon-o-adjustments-horizontal')
            , @quartz shell