Docs
API
  • width

    Number

    Field width.
    If not set than field tries to auto-detect width.

    Example

    
    subTBar: [{
      text: 'Button',
      width: 100
    },{
    ...
    

    Default

    
    undefined