topSplit
Optional. Sets the number of frozen rows from the top
topSplit?: number;
Example
const treegrid = new dhx.TreeGrid("treegrid_container", {
columns: [
// columns config
],
topSplit: 2,
data: dataset
});
Related sample: TreeGrid. Frozen columns and rows
Change log:
added in v7.0