© 2026 Hedgehog Software, LLC
composer require stechstudio/filament-impersonate
use Filament\Tables\Table; public static function table(Table $table): Table { return $table ->columns([ TextColumn::make('prefix'), ]) ->prependActions([ // ]); }