Use FilterAction in a custom widget
Hi,
I am trying to use FilterAction in a custom widget. It appears beside other action button but does not open the filter drop-down.
Is it possible to use
FilterAction
just like other actions? Am i missing something?
1 Reply
Seems like FilterAction can only be use inside page header actions using
getHeaderActions
Is there any way to use them anywhere?
I replaced the FilterAction
with normal action Filament\Actions\Action
the trigger button renders but it does not open modal.
strange.