type

defines the layout borders

string type;

Values

  • "line"
    cells with a border
  • "clean"
    cells without a border
  • "wide"
    cells with a border and wide space between siblings
  • "space"
    cells with a border and wide space between siblings plus padding from the parent container
  • "form"
    cells without a border and with padding around all of them
  • Example

    webix.ui({
        type: "space",
        rows: [
          ...
        ]
    });


    Default value:

    "line"

    Related samples

    See also
    Back to top
    If you have not checked yet, be sure to visit site of our main product Webix js frameworks and page of spreadsheet product.