F
Filament11mo 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
LeandroFerreira11mo ago
use ->iconButton()