export
Someone help me pls,
in filament document they said export have modifyQueryUsing method
but when im type this method isnt found
Solution:Jump to solution
ok, change your composer file like this
"filament/filament": "^3.2"
you need to add ^
this then run update20 Replies
There can be two reasons:
1. Your IDE doesn't shows yet, if you use
modifyQueryUsing()
does it throws error?
2. Maybe your filament version doesn't support yetyes throw error, filament 3.2
ok, then suggest you to update your filament
how ?
composer install
composer update filament/filament
For more specific
wdym?
Method Filament\Tables\Actions\ExportAction::columnMapping does not exist.
after composer update still same
If he does not need to update all libraries/packages
i have update/install/for specific too, i tried columnMapping and its throw err
It looks like you didn't update. because PHPStorm highlight your current version which is
3.2.0
the latest should be 3.2.92
I've tried what you said, its still 3.2
Run
composer outdated
and did you see 'filament' in the lists?so if you run
composer update filament/filament
then what happen?still same, nothing changed
No I meant in the console/terminal.. does it update or some error is coming
nothing err
Solution
ok, change your composer file like this
"filament/filament": "^3.2"
you need to add ^
this then run update