Documentation

blockselect

enables/disables block selection

boolean blockselect;

Example

webix.ui({
    view:"datatable",
    blockselect:true,
    ...
});

See also

Back to top