Docs
API
  • cellTip

    String

    Cell tooltip.

    It's value is template.

    false

    Example

    
    ...
    columns: [{
      type: 'number',
      width: 75,  
      align: 'center',
      cellAlign: 'center',
      cellTip: '{title} sold {value}<br> items on {day}'
    },{
    ...
    

    There are several predefined template variables,
    others are data values.

    columnIndex

    Number

    Column order index

    rowIndex

    Number

    Row order index

    title

    String

    Column title

    value

    Mixed

    Cell value