nameWidth

sets the width of the first column (property names)

number nameWidth;

Example

webix.ui({
    view:"property",
    nameWidth:250
});


Default value:

100 Back to top