readonly

делает таблицу в SpreadSheet нередактируемой

boolean readonly;

Example

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

Related samples

See also
Наверх
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.