Docs
API
  • align

    String

    Header cell text align.

    Values: 'left','center','right'.

    left

    Example

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

    Default

    
    'left'