F
Filament2y ago
Veur

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
Dan Harrin
Dan Harrin2y ago
Try passing ->button() to the action group... but maybe that is a v3-only thing
Veur
VeurOP2y ago
Yes, it's a v3-only thing 😉 Method Filament\Tables\Actions\ActionGroup::button does not exist.
dyo
dyo2y ago
so, how to add the label?
Dennis Koch
Dennis Koch2y ago
It's not possible right now

Did you find this page helpful?