gobrightspot / nova-detached-actions

A Laravel Nova tool to allow for placing actions in the Nova toolbar detached from the checkbox selection mechanism.
MIT License
168 stars 50 forks source link

Applying filters #37

Open cord opened 3 years ago

cord commented 3 years ago

Thanks for this nice package!

In my use case, I want to export a filtered result - but looks like the filter values are not passed to the action url?

Is there any way to access the filtered result set or would it be necessary to improve this package to add filters to the action url?