Documentation

multiselect

enables the multi selection mode

boolean multiselect;

Example

webix.ui({
    view:"datatable",
    select:"cell",
    multiselect:true,
    ...
});

See also

Back to top