Skip to main content

rightSplit

Optional. Sets the number of frozen columns from the right

rightSplit?: number;

Example

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

Change log:

added in v8.0