| 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. |
@short: Optional. Shows/hides the menu
menu?: boolean;menu: trueconst spreadsheet = new dhx.Spreadsheet("spreadsheet", {
menu: false,
// other config parameters
});Related articles: Configuration
Related sample: Spreadsheet. Menu