ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: queensgambit9 on August 30, 2018, 01:44:58 pm
-
Would it be possible to not display the used type in grid?, ex:
summary: { type: "sum" }
Don't want to display "Sum: " in grid (only the actual value).
-
It can be done with summaryTitle option.
summaryTitle: {
avg: "",
count: '',
max: "",
min: "",
stdev: "",
stdevp: "",
sum: ""
},
Ex: https://paramquery.com/pro/demos/pivot