Docs
API
  • multiSelect

    Boolean

    Enables multiSelect for header filter combo.

    Example

    
    },{
      index: 'country',
      title: 'Country',
      type: 'combo',
      width: 99,
      filter: {
        header: true
      },
      displayKey: 'text',
      valueKey: 'text',
      multiSelect: true,
      itemCheckBox: true,
      minListWidth: 120,
      data: {
        proxy: {
          url: '/json-data/theme/countries.json'
        }
      }
    },{
    

    Default

    
    false