editLine
Description
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