AdaptableMultiRowSelection
TypeScript
interface AdaptableMultiRowSelection extends
Extends
AdaptableBaseSelection
Properties
Property | Description |
---|---|
mode | For multi row selection, mode must be set to "multi-row" . |
showCheckboxColumn | If true, a checkbox column will be added to the grid, to allow the user to easily select multiple rows. |
value | An optional initial value for the multi row selection. |
Property Details
mode
For multi row selection, mode
must be set to "multi-row"
.
TypeScript
mode?: 'multi-row';
Property Value
'multi-row'
showCheckboxColumn
If true, a checkbox column will be added to the grid, to allow the user to easily select multiple rows.
TypeScript
showCheckboxColumn?: boolean;
Property Value
boolean
value
An optional initial value for the multi row selection.
TypeScript
value?: AdaptableSelectionValueMultiRow;
Property Value
AdaptableSelectionValueMultiRow