filament/filament
v3.2
v11.9.0
v3.5.4
PHP 8.3.0
I noticed that recordSelectOptionsQuery
function not having search
variable which is important to customize query for example using custom scope query for searching
recordSelectOptionsQuery
function must have search
variable
1- Add Filament\Tables\Actions\AssociateAction::make()
action into table header actions.
2- Call $action->recordSelectOptionsQuery(fn($query, $search) => $query->customScope($search))
.
https://github.com/filamentphp/demo
No response
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too