sort test
This commit is contained in:
parent
56b6180432
commit
ae21c17f60
@ -33,8 +33,8 @@ class PeoplesChoiceResource extends Resource
|
|||||||
->schema([
|
->schema([
|
||||||
Select::make('vehicle')
|
Select::make('vehicle')
|
||||||
->label('Vehicle')
|
->label('Vehicle')
|
||||||
->options(Vehicles::all()->pluck('owner', 'id'))
|
->options(Vehicles::all()->pluck('owner', 'id')->sortBy('owner')),
|
||||||
->searchable(),
|
//->searchable(),
|
||||||
TextInput::make('pc_count'),
|
TextInput::make('pc_count'),
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user