public static function table(Table $table): Table
{
return $table
->columns([
TextColumn::make('UserGroup.name')
->searchable(isIndividual:true, isGlobal:false)
*->useSelect('...')->options(UserGroup::all()->pluck('name','id')*
public static function table(Table $table): Table
{
return $table
->columns([
TextColumn::make('UserGroup.name')
->searchable(isIndividual:true, isGlobal:false)
*->useSelect('...')->options(UserGroup::all()->pluck('name','id')*