© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•4mo ago•
3 replies
Marcel

SUMMARIZER USING CUSTOM DATA

I have a table with a personal data source based on an array. One of the columns is numeric, and when I implement a summarizer, it only calculates the records on the page for the grand total. Any guidance?

My summarizer code:

protected function getSolicitadoSummarizer(): Summarizer

{

return Summarizer::make()

->label('Total Solicitado')

->using(function (Component $livewire): float {

return $livewire->getTableRecords()->sum('CantidadSolicitada');

});

}
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

custom summarizer
FilamentFFilament / ❓┊help
3y ago
Summarizer On Custom Table
FilamentFFilament / ❓┊help
6mo ago
Connection bug when using Summarizer(s)...? 🤔
FilamentFFilament / ❓┊help
3y ago
Duplicate summarizer
FilamentFFilament / ❓┊help
15mo ago