Docs
API
  • headerCls

    String

    Column header cell css className.

    Example

    
    ...
    columns: [{
      index: 'company',
      type: 'string',
      title: 'Company',
      headerCls: 'header-cell-company'
    },{
    ...
    

    Default

    
    ''