Docs
API
  • handler

    Function

    Title text.

    Example

    
    title: {
      text: 'Grid of statistics',
      tools: [{
        text: 'Alert',
        handler: function(){
          alert('This is alert');
        }
      },{
        text: 'Hide',
        handler: function(){
          grid.hide();
        }
      }]
    }
    

    Default

    
    undefined