billyma121182
I am trying to implement the csv export but file not created.
All sorted. Thanks Dennis.
For anybody struggling just set queue to 'sync' in the .env file.
Good article here https://github.com/filamentphp/filament/discussions/13264
7 replies
Concating Fields in Select Option
Thanks for the help! I tried that but it's not finding the method. I also tried getOptionLabelUsing as below and it doesn't have an error but still just shows ProjectName in the options
SelectFilter::make('PaymentProjectID')->relationship('project', 'ProjectName')->getOptionLabelUsing(fn($record) => $record->NameAndID)->label('Project'),
9 replies