Docs
API
  • hidden

    Boolean

    Hide column on start.

    Example

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

    Default

    
    false