Can we use Filtering widget data on livewire components ?

Hi i want to ask is this possible to add into livewire components without using panels ? https://filamentphp.com/docs/3.x/panels/dashboard#filtering-widget-data
1 Reply
Dennis Koch
Dennis Koch5mo ago
Because this Trait is tied to the Dashboard page, I guess you'd need to check out the dashboard blade file for the relevant code to render the filters. But you can rebuild this with a Widget and a Form which should both work outside of Filament.

Did you find this page helpful?