Can I show bulk action only when a specific filter is selected?
I think I can use the
->vissible
and pass closure but not sure which params should I resolve in that Closure and how to use them to achieve this2 Replies
You can do something like:
You might be able to do it with
$this-tableFilters
but if not then use livewire->tableFilters
.Perfect, I'll try it once I get to that. Thank you!