ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: EPM Solutions on October 22, 2019, 08:21:31 am
-
Hi Team,
Can you tell me a way that how can we hide/show the aggregate column of a pivot grid?
The below image is showing the aggregate columns.
-
Aggregate column in pivot grid can't be hidden.
However you can make it effectively invisible by adding this to the column.
minWidth:1, maxWidth:1, resizable: false,
-
Hi Team,
Thanks,
We have requirement to show/Hide aggregation subtotal and total column in pivot mode. This is required feature and there is no option we found to do it same.
Can you please add this feature in library and let us know expected date for this feature?
The Total and Sub Totals are highlighted in below screenshot.
-
Please set groupModel.pivotColsTotal = "hideifOpen" to show/hide aggregate columns in your screenshot.
https://paramquery.com/pro/api#option-groupModel
-
Hi Team,
Thank you for your quick reply.
Actually our requirement is to hide and show the Sub Total column/aggregate column inside collapsible column of a pivot grid on selecting/unselecting checkbox(SubTotal).
Please tell me the solution. or Can you please add this feature in library and let us know expected date for this feature?
The problem code URL given below
Problem jsfiddle URL:
https://jsfiddle.net/mua79tcs/