Author Topic: Hide the label for count of child data  (Read 845 times)

ibizlink

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 8
    • View Profile
Hide the label for count of child data
« on: September 26, 2021, 11:43:31 am »
Hi,

Is there any way to hide the lable for count of child data in group row in pivot?

e.g. it displays as ... Argentina (16) <-- count of child data... but I just want to display as ... Argentina .




« Last Edit: September 26, 2021, 04:50:30 pm by ibizlink »

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6310
    • View Profile
Re: Hide the label for count of child data
« Reply #1 on: September 27, 2021, 08:46:49 am »
It can be configured by groupModel.title and groupModel.titleDefault options.

https://paramquery.com/pro/api#option-groupModel

Code: [Select]
groupModel: {
  ..other settings
  title: [ "{0}" ]
}