F
Filamentβ€’17mo 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 Harrinβ€’17mo ago
Try passing ->button() to the action group... but maybe that is a v3-only thing
Veur
Veurβ€’17mo ago
Yes, it's a v3-only thing πŸ˜‰ Method Filament\Tables\Actions\ActionGroup::button does not exist.
dyo
dyoβ€’16mo ago
so, how to add the label?
Dennis Koch
Dennis Kochβ€’16mo ago
It's not possible right now