aj-bhg-vt
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?3 replies