| sidebar_label | readonly |
|---|---|
| title | readonly config |
| description | You can learn about the readonly config in the documentation of the DHTMLX JavaScript Spreadsheet library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Spreadsheet. |
@short: Optional. Enables/disables the readonly mode
readonly?: boolean;readonly: falseconst spreadsheet = new dhx.Spreadsheet("spreadsheet", {
readonly: true,
// other config parameters
});Related articles:
Related sample: Spreadsheet. Readonly