F
Filament6mo 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
LeandroFerreira6mo ago
php artisan about --only=Filament What is the version?
Mikail
MikailOP6mo ago
v3.2.92
Solution
awcodes
awcodes6mo ago
summary affixes were added in 3.2.97, you just need to update filament. latest release is 3.2.111
Mikail
MikailOP6mo 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?