Documentation

leftSplit

the number of the fixed columns from the left side of the table (actual for the split mode )

number leftSplit;

Example

webix.ui({
    view:"datatable",
    leftSplit:2,
    ...
});

See also

Back to top