_metadev
_metadev
FFilament
Created by _metadev on 8/7/2023 in #❓┊help
How to show livewire component as modal window for filament table action
I sent you request
27 replies
FFilament
Created by _metadev on 8/7/2023 in #❓┊help
How to show livewire component as modal window for filament table action
Yes. Please accept me
27 replies
FFilament
Created by _metadev on 8/7/2023 in #❓┊help
How to show livewire component as modal window for filament table action
Really Thanks
27 replies
FFilament
Created by _metadev on 8/7/2023 in #❓┊help
How to show livewire component as modal window for filament table action
what do you mean and who are you?
27 replies
FFilament
Created by _metadev on 8/7/2023 in #❓┊help
How to show livewire component as modal window for filament table action
I made it working. Thanks friend. Can I add you as friend?
27 replies
FFilament
Created by _metadev on 8/7/2023 in #❓┊help
How to show livewire component as modal window for filament table action
I want to pass id of record to livewire.
class MyComponent extends Component
{
public function render()
{
return view('livewire.my-component');
}

public function mount($id)
{
}
}
class MyComponent extends Component
{
public function render()
{
return view('livewire.my-component');
}

public function mount($id)
{
}
}
27 replies
FFilament
Created by _metadev on 8/7/2023 in #❓┊help
How to show livewire component as modal window for filament table action
That works great. Please help more. How can I pass variable to livewire there?
27 replies
FFilament
Created by _metadev on 8/7/2023 in #❓┊help
How to show livewire component as modal window for filament table action
The same.
27 replies
FFilament
Created by _metadev on 8/7/2023 in #❓┊help
How to show livewire component as modal window for filament table action
Yes, I made as you wrote but no modal appears when I click Assign
27 replies
FFilament
Created by _metadev on 8/7/2023 in #❓┊help
How to show livewire component as modal window for filament table action
do you mean to call like this?
Action::make('assign')
->icon('heroicon-o-trash')
->modalcontent(Blade::render('@livewire(\'my-component\')'))
Action::make('assign')
->icon('heroicon-o-trash')
->modalcontent(Blade::render('@livewire(\'my-component\')'))
27 replies
FFilament
Created by _metadev on 8/7/2023 in #❓┊help
How to show livewire component as modal window for filament table action
let me try now.
27 replies
FFilament
Created by _metadev on 8/7/2023 in #❓┊help
How to show livewire component as modal window for filament table action
But I want to load a livewire component. 😦
27 replies
FFilament
Created by _metadev on 8/7/2023 in #❓┊help
How to show livewire component as modal window for filament table action
Yes, but that only can include a blade file
27 replies
FFilament
Created by _metadev on 8/7/2023 in #❓┊help
How to show livewire component as modal window for filament table action
I know Action->form() but how can I load livewire component as modal using that function?
27 replies