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