F
Filament3mo ago
Abi

Is there a method to disable `iconButton` on an Action

One of the filament packages set's up by default as an IconButton on the setUp method of its Action class. I want to disable it. I am trying to add this action to an Action group but not able to disable it rendering as an iconButton on the ActionGroup.
Solution:
which plugin? depend how you using it generally you can chain ->iconButton(false) sometimes you need grouped() to make it work in dropdowns...
Jump to solution
2 Replies
Solution
Lara Zeus
Lara Zeus3mo ago
which plugin? depend how you using it generally you can chain ->iconButton(false) sometimes you need grouped() to make it work in dropdowns
Abi
Abi3mo ago
@Lara Zeus ->iconButton() doesn't have a parameter. But grouped works. The plugin in reference is #impersonate