*/ protected function getDefaultHeaderActions(): array { return [ EditAction::make() ->iconSize(IconSize::ExtraLarge) ->iconButton(), ]; } }