Selection mode
ReactGrid API contains three types of values which can be used in selection. It is row
, column
or range
.
Definition
type SelectionMode = 'row' | 'column' | 'range';
- Definition
ReactGrid API contains three types of values which can be used in selection. It is row
, column
or range
.
type SelectionMode = 'row' | 'column' | 'range';