readonly
Description
Optional. Enables/disables the readonly mode
Usage
readonly?: boolean;
Default config
readonly: false
Example
const spreadsheet = new dhx.Spreadsheet("spreadsheet", {
readonly: true,
// other config parameters
});
Related articles:
Related sample: Spreadsheet. Readonly