How to Enum on TextColumn method?
How method i need to use on TextColumn to get the same result of the select?
TextColumn::make('agrupamento')
->label('Agrupamento')
->sortable(),Select::make('agrupamento')
->required()
->options(PropertyAgrupament::class),