AdaptableSingleRowSelection
Single row selection can be defined in a view, under the view.selection property.
TypeScript
interface AdaptableSingleRowSelection extendsExtends
AdaptableBaseSelection
Properties
| Property | Description |
|---|---|
| mode | For single row selection, mode must be set to "single-row". |
| value | An optional initial value for the single row selection. This will be the primary key of the row to show as selected, or null for no selection. |
Property Details
mode
For single row selection, mode must be set to "single-row".
TypeScript
mode?: 'single-row';Property Value
'single-row'
value
An optional initial value for the single row selection. This will be the primary key of the row to show as selected, or null for no selection.
TypeScript
value?: AdaptableSelectionValueSingleRow;Property Value
AdaptableSelectionValueSingleRow