Documentation

rightSplit

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

number rightSplit;

Example

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

See also

Back to top