© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
10 replies
prazer

How to Enum on TextColumn method?

TextColumn::make('agrupamento')
                    ->label('Agrupamento')
                    ->sortable(),
TextColumn::make('agrupamento')
                    ->label('Agrupamento')
                    ->sortable(),


Select::make('agrupamento')
            ->required()
            ->options(PropertyAgrupament::class),
Select::make('agrupamento')
            ->required()
            ->options(PropertyAgrupament::class),


How method i need to use on TextColumn to get the same result of the select?
Solution
https://filamentphp.com/docs/3.x/support/enums
Enums - Core Concepts - Filament
Jump to solution
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Enum trait in TextColumn
FilamentFFilament / ❓┊help
3y ago
How to properly use the listWithLineBreaks method from TextColumn
FilamentFFilament / ❓┊help
4mo ago
Sortable TextColumn based on Enum labels rather than query
FilamentFFilament / ❓┊help
2y ago