Tooltip lost when putting actions inside ActionGroup

So i have a tooltip on prettty every table action, but the ones inside ActionGroup doesn't show the tooltip. Is there any way to show the tooltip in the ones inside the ActionGroup too? id appreciate @ me if reply, thanks
3 Replies
ericmp #2
ericmp #2OP2y ago
Tables\Actions\ActionGroup::make([
...
Action::make('Ban')->tooltip('test')
...
Tables\Actions\ActionGroup::make([
...
Action::make('Ban')->tooltip('test')
...
isnt possible?
Patrick Boivin
Something you can try instead of tooltip:
->extraAttributes(['title' => 'Testing'])
->extraAttributes(['title' => 'Testing'])
@joe
ericmp #2
ericmp #2OP2y ago
thanks but is not the same yeah, tooltip appears instantly, this takes some more time

Did you find this page helpful?