Docs
API
  • autoHeight

    Boolean

    Set row height according to cell content height.
    It is used only for column type text.

    false

    Example

    
    ...
    columns: [{
      type: 'text',
      title: 'Info',
      index: 'info',
      width: 80,
      autoHeight: true
    },{
    ...
    

    Samples

    Basic sample
    AutoHeight with images

    Default

    
    'left'