© 2026 Hedgehog Software, LLC
protected function getTableHeaderActions(): array { return [ Action::make('configure') ->form([ Toggle::make('isEnabled'), TextColumn::make('name') ...