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