multiselect
enables the multi selection mode
let multiselect: booleanExample
Section titled “Example”webix.grid({ select:"cell", multiselect:true, ...});also check the next samples:
See also
Section titled “See also”Articles
API
enables the multi selection mode
let multiselect: booleanwebix.grid({ select:"cell", multiselect:true, ...});also check the next samples:
Articles
API