multiSheets
Description
Optional. Enables/disables an ability to work with multiple sheets in the spreadsheet
Usage
multiSheets?: boolean;
Default config
multiSheets: true
Example
const spreadsheet = new dhx.Spreadsheet("spreadsheet", {
multiSheets: false,
// other config parameters
});
info
Setting the property to false will hide the bottom tabbar with sheet tabs.
Change log: Added in v4.1