export

Someone help me pls, in filament document they said export have modifyQueryUsing method but when im type this method isnt found
No description
No description
Solution:
ok, change your composer file like this "filament/filament": "^3.2" you need to add ^ this then run update
Jump to solution
20 Replies
Vp
Vp10mo ago
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 yet
Crankshaft
CrankshaftOP10mo ago
yes throw error, filament 3.2
Vp
Vp10mo ago
ok, then suggest you to update your filament
Crankshaft
CrankshaftOP10mo ago
how ?
abdullafahem
abdullafahem10mo ago
composer install
Vp
Vp10mo ago
composer update filament/filament
abdullafahem
abdullafahem10mo ago
For more specific
Vp
Vp10mo ago
wdym?
Crankshaft
CrankshaftOP10mo ago
Method Filament\Tables\Actions\ExportAction::columnMapping does not exist. after composer update still same
No description
abdullafahem
abdullafahem10mo ago
If he does not need to update all libraries/packages
Crankshaft
CrankshaftOP10mo ago
i have update/install/for specific too, i tried columnMapping and its throw err
Vp
Vp10mo ago
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
Crankshaft
CrankshaftOP10mo ago
I've tried what you said, its still 3.2
Vp
Vp10mo ago
Run composer outdated and did you see 'filament' in the lists?
Crankshaft
CrankshaftOP10mo ago
No description
Vp
Vp10mo ago
so if you run composer update filament/filament then what happen?
Crankshaft
CrankshaftOP10mo ago
still same, nothing changed
Vp
Vp10mo ago
No I meant in the console/terminal.. does it update or some error is coming
Crankshaft
CrankshaftOP10mo ago
nothing err
No description
Solution
Vp
Vp10mo ago
ok, change your composer file like this "filament/filament": "^3.2" you need to add ^ this then run update

Did you find this page helpful?