Docs
API
  • lockable

    Boolean

    Enable/disable column locking.

    true

    Example

    
    ...
    columns: [{
      type: 'order',
      locked: true
    },{
      type: 'string',
      title: 'Name',
      index: 'name',
      lockable: false
      
    },{
    ...
    

    Default

    
    true