Hiding Group Summary on Grouped Table
I have a table of records grouped by
That TextColumn uses
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?
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?