F
Filament2y ago
xy

hiddenLabel() not working on Action

The hiddenLabel() method is not working on table actions.
$table->actions([
Tables\Actions\EditAction::make()->hiddenLabel(),
Tables\Actions\DeleteAction::make()->hiddenLabel(),
])
$table->actions([
Tables\Actions\EditAction::make()->hiddenLabel(),
Tables\Actions\DeleteAction::make()->hiddenLabel(),
])
Label still appears next to icon.
1 Reply
LeandroFerreira
use ->iconButton()

Did you find this page helpful?