Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 852 Bytes

File metadata and controls

40 lines (27 loc) · 852 Bytes
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.

readonly

Description

@short: 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