When using EditAction in an ActionGroup, how can the icon be removed?
Hi,
I have several EditActions in an ActionGroup and can't remove the icons. Can anyone advise on how to remove the icons?
Code:
Se attached image for output.
Solution:Jump to solution
Did you do this?
```php
Actions\ActionGroup::make([
Actions\EditAction::make('edit1')...
7 Replies
icon(null)
should work
is it a table action or page action?Neither of these works:
->groupedIcon(null)
I added that method and have the same result as before.
could you share the code?
Solution
Did you do this?
Oooooooooh! That worked. You are my hero.