Docs
API
  • tpl

    String

    Group row text template.
    For template it is avaliable 2 property: text and number.

    Example

    
    grouping: {
      by: 'model',
      collapsed: true,
      tpl: 'Kia {text}:{number}'
    },
    

    Default

    
    '{text}:{number}'