Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 734 Bytes

File metadata and controls

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

menu

Description

@short: Optional. Shows/hides the menu

Usage

menu?: boolean;

Default config

menu: true

Example

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

Related articles: Configuration

Related sample: Spreadsheet. Menu