Documentation

nameWidth

width of first column ( property names )

number nameWidth;

Example

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

Back to top