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