Docs
API
  • values

    Array

    values is used only for sparkline column types.

    From values will be generated cell values for sparkline of column.

    This property is not required if it is set index of data.

    The main purpose of this property is to auto generate column spark values from existed data.

    Example

    
    values: ['toyota', 'gm', 'vw', 'ford', 'hyundai'],
    

    Default

    
    undefined