topSplit
Description
Optional. Sets the number of rows fixed to the top of the spreadsheet
Usage
topSplit?: number;
Default config
topSplit: 0
Example
const spreadsheet = new dhx.Spreadsheet("spreadsheet", {
topSplit: 2,
// other config parameters
});
Change log: Added in v4.3
Related articles: Configuration
Related sample: Spreadsheet. Frozen rows and columns