Docs
API
  • searchable

    Boolean

    This property influence only on method search.
    If column has property searchable: false
    than searching ignores data values with column index.

    true

    Example

    
    ...
    columns: [{
      type: 'string',
      title: 'Name',
      index: 'name',
      searchable: false,
      width: 80,
      align: 'center'
    },{
    ...
    

    Default

    
    true