Author Topic: column > summary  (Read 1626 times)

queensgambit9

  • Pro Ultimate
  • Sr. Member
  • *
  • Posts: 341
    • View Profile
column > summary
« on: August 30, 2018, 01:44:58 pm »
Would it be possible to not display the used type in grid?, ex:

Code: [Select]
summary: { type: "sum" }
Don't want to display "Sum: " in grid (only the actual value).

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6310
    • View Profile
Re: column > summary
« Reply #1 on: August 30, 2018, 02:14:36 pm »
It can be done with summaryTitle option.

Code: [Select]
summaryTitle: {
                avg: "",
                count: '',
                max: "",
                min: "",
stdev: "",
stdevp: "",
                sum: ""
            },

Ex: https://paramquery.com/pro/demos/pivot