select
sets the selection mode in DataGrid
let select: boolean|string
Values
Section titled “Values”- “cell” - sets the cell selection
- “row” - sets the row selection
- “column” - sets the column selection
- true - sets the row selection
- false - disables selection
Example
Section titled “Example”webix.grid({ select:"cell", ...});
also check the next samples:
Details
Section titled “Details”Multiselection can be enabled the following way:
webix.grid({ multiselect:true, ..//config});
See also
Section titled “See also”Articles
API