Filter Chart from data in Livewire Component
I have embedded a Filament V2 chart in a blade page for another LiveWire component
This component has select fields which I use as filters, how can I cascade the selections from the parent livewire component to the chart widget that I have embedded
Thank you in advance
1 Reply
You can emit an event from the parent to the child component (widget)
https://laravel-livewire.com/docs/2.x/events
Livewire
Events | Livewire
A full-stack framework for Laravel that takes the pain out of building dynamic UIs.