Hiding Group Summary on Grouped Table

I have a table of records grouped by related.name with a price TextColumn. That TextColumn uses ->summarize(Sum::make()) to display the total price. By default, any summarize in a grouped table displays a summary of each group, as well as the full table summary at the bottom. Is there a way to modify this behavior such that ONLY the full table summary is shown?
1 Reply
Mohamed Ayaou
Mohamed Ayaou2d ago
I remeber a similar issue in the help thread and that only option was to hide the unwanted summary with a custom css you can target only the resource table you want with a parent class by filament up in the DOM

Did you find this page helpful?