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:Jump to solution
summary affixes were added in 3.2.97, you just need to update filament. latest release is 3.2.111
4 Replies
php artisan about --only=Filament
What is the version?v3.2.92
Solution
summary affixes were added in 3.2.97, you just need to update filament. latest release is 3.2.111
found a way to update filament as I had composer.lock file issue. it's now working, thanks