Docs
API
  • cellAlign

    String

    Cell's text align.

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

    left

    Example

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

    Default

    Depending on column type.

    
    undefined