ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: EPM Solutions on July 11, 2017, 12:27:39 pm
-
How can we stop repeating the summary if we have applied groups on multiple columns
I have followed your below URL here it's displaying one summary row and I want exactly the same.
https://paramquery.com/pro/demos/group_rows_hidden
Issue- Please refer my below screenshot why summary repeating.
-
Every group level has corresponding summary row, that's why there are 3 summary rows for 3 grouping levels in the screenshot.
Summary rows in your case have same values because there is only one entry in the sub-groups.
If you need summary row for the top level grouping only, then you can use
groupModel.showSummary: [true, false, false]
-
Thanks!!