packages/eui/packages/components/eui-table-v2/selectable-header/eui-table-v2-selectable-header.component.ts
Component used internally by eui-table-v2
to add a 'select all' checkbox in the header of the table.
OnInit
OnDestroy
selector | tr[isHeaderSelectable] |
imports |
EUI_INPUT_CHECKBOX
|
templateUrl | ./eui-table-v2-selectable-header.component.html |
Properties |
|
Methods |
|
Inputs |
Accessors |
isHeaderSelectable |
Type : boolean
|
Default value : true
|
Whether select all features are available in the header. |
Public toggleCheckedState | ||||||||
toggleCheckedState(e: Event)
|
||||||||
Handle the change of the selected status.
Parameters :
Returns :
void
|
Public isChecked |
Default value : false
|
Public isCheckedIndeterminate |
Default value : false
|
ariaLabel |
getariaLabel()
|
Gets the
Returns :
string
|