Skip to main content

bottomSplit

Optional. Sets the number of frozen rows from the bottom

bottomSplit?: number;

Example

const grid = new dhx.Grid("grid_container", {
columns: [
// columns config
],
bottomSplit: 2,
data: dataset
});

Change log:

added in v8.0