Docs
API
  • subTitle

    Mixed

    Grid sub title text.

    Example

    
    subTitle: 'Grid of statistics',
    

    Example

    
    subTitle: {
      text: 'Grid of statistics'
    }
    

    Example: css className

    
    subTitle: {
      text: 'Grid of statistics',
      cls: 'my-title'
    }
    

    Example: style

    
    subTitle: {
      text: 'Grid of statistics',
      style: {
        text-align: 'center'
      }
    }
    

    Default

    
    undefined