Show table action only when a specific filter is set
I would like to display a table action, but only when a specific filter is selected.
This works on the first request and there is a filter value in the GET:
But won't work when we select the filter after the page loads. I tried injecting but it can't resolve that.
Is there a way to do this?
1 Reply
Found a solution. We can fetch it from the Livewire instance.