prazer
prazer
FFilament
Created by prazer on 3/6/2024 in #❓┊help
Error on trying to edit or create a new role at SHIELD plugin
Im getting
count(): Argument #1 ($value) must be of type Countable|array, null given
count(): Argument #1 ($value) must be of type Countable|array, null given
this error when i trie to edit or create a new role on SHIELD. Just a fresh install of plugin, nothing more.
1 replies
FFilament
Created by prazer on 8/10/2023 in #❓┊help
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?
11 replies