readonly

disables the possibility to change Pivot configuration settings

boolean readonly;

Example

webix.ui({
    view: "pivot",
    readonly: true,     //...
});


Default value:

false

Related samples

See also
Back to top
If you have not checked yet, be sure to visit site of our main product Webix javascript component library and page of javascript pivot product.