Docs
API
  • titleEditable

    Boolean

    Enables column title editing by double click on text.

    Example

    
    ...
    columns: [{
      title: 'Country',
      titleEditable: true,
      index: 'country',
      type: 'string'
    },{
      title: 'GDP',
      index: 'gdp',
      width: 60,
      format: 'number'
    ...
    

    Default

    
    false