packages/components/eui-table/selectable-header/eui-table-selectable-header.component.ts
Component used internally by eui-table to add a 'select all' checkbox in the header of the table.
OnInit
OnDestroy
| selector | tr[isHeaderSelectable] |
| imports |
EUI_INPUT_CHECKBOX
|
| templateUrl | ./eui-table-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 |
Type : unknown
|
Default value : false
|
| Public isCheckedIndeterminate |
Type : unknown
|
Default value : false
|
| ariaLabel |
getariaLabel()
|
|
Gets the
Returns :
string
|