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