ActionGroup with a label
Is there a way to add a label to an ActionGroup, like the component in the screenshot?
I tried to chain
->label('Options')
but that only adds title="Options"
to the button and:
<span class="sr-only"Options</span>
4 Replies
Try passing
->button()
to the action group... but maybe that is a v3-only thingYes, it's a v3-only thing π
Method Filament\Tables\Actions\ActionGroup::button does not exist.
so, how to add the label?
It's not possible right now