colsCount
Description
Optional. Sets the number of columns a spreadsheet will have on initialization
Usage
colsCount?: number;
Example
const spreadsheet = new dhx.Spreadsheet("spreadsheet", {
colsCount: 10,
// other config parameters
});
Related articles: Configuration
Related sample: Spreadsheet. Full Toolbar