Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 788 Bytes

File metadata and controls

36 lines (25 loc) · 788 Bytes
sidebar_label editLine
title editLine config
description You can learn about the editLine 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.

editLine

Description

@short: Optional. Shows/hides the editing bar

Usage

editLine?: boolean;

Default config

editLine: true

Example

const spreadsheet = new dhx.Spreadsheet("spreadsheet", {
    editLine: true,
    // other config parameters
});

Related articles: Configuration

Related sample: Spreadsheet. Disabled Line