readonly

makes SpreadSheet readonly

boolean readonly;

Example

webix.ui({
    view:"spreadsheet",
    data: base_data,
    readonly:true
});

Related samples

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