© 2026 Hedgehog Software, LLC
tinyint(1)
Tables\Columns\TextColumn::make('organization') ->badge() ->color(fn (string $state): string => match ($state) { '0' => 'danger', '1' => 'info' }) ->enum([ '0' => 'Non-Organization', '1' => 'Organization', ]),
Method Filament\Tables\Columns\TextColumn::enum does not exist.