F
Filament5mo ago
Mikail

prefix does not exist.

TextColumn::make('volume') ->summarize(Sum::make() ->prefix('Total volume: ') ) This code is giving Method Filament\Tables\Columns\Summarizers\Sum::prefix does not exist. I have upgraded Filament.
Solution:
summary affixes were added in 3.2.97, you just need to update filament. latest release is 3.2.111
Jump to solution
4 Replies
LeandroFerreira
LeandroFerreira5mo ago
php artisan about --only=Filament What is the version?
Mikail
MikailOP5mo ago
v3.2.92
Solution
awcodes
awcodes5mo ago
summary affixes were added in 3.2.97, you just need to update filament. latest release is 3.2.111
Mikail
MikailOP5mo ago
found a way to update filament as I had composer.lock file issue. it's now working, thanks

Did you find this page helpful?