Documentation

width

sets the width of the component

number width;

Example

webix.ui ({ 
         view:"datatable",
         height:300, 
         width:300,
     ...     
})

See also

Back to top