AdaptableSelection
Select belongs to a view and can be defined under the view.selection property.
The following selection modes are available:
- 
mode="single-row": single row selection - 
mode="multi-row": multi row selection - 
mode="multi-cell": multi cell selection - 
mode=false: no selection 
 TypeScript
type AdaptableSelection = AdaptableRowSelection | AdaptableCellSelection | AdaptableNoSelection;References
AdaptableRowSelection | AdaptableCellSelection | AdaptableNoSelection