Modify Summary Labels and Rows

Hi, I'm just a newbie with Filament and I have a question. When I use the summary from this sample: https://filamentphp.com/docs/3.x/tables/columns/getting-started. Is there a way to Modify the Summary Labels? Like Removing the page Summary and instead of All {tableName}, It would be just Total:
No description
1 Reply
DrByte
DrByte6mo ago
I've not used that feature, but I think this is the component that handles that part, and it doesn't look like there are overrides for those parts you mentioned. https://github.com/filamentphp/filament/blob/3c77204024b5e3dce2fd6c9123b086cdad082d4f/packages/tables/resources/views/components/summary/index.blade.php#L101-L135
GitHub
filament/packages/tables/resources/views/components/summary/index.b...
A collection of beautiful full-stack components for Laravel. The perfect starting point for your next app. Using Livewire, Alpine.js and Tailwind CSS. - filamentphp/filament