packages/components/eui-table/directives/eui-table-expandable-row.directive.ts
Directive used to activate the expandable feature on a row of the table.
OnInit
| Selector | tr[isExpandableRow] |
Properties |
HostBindings |
Accessors |
| class |
Type : string
|
Default value : 'eui-table-expandable-row'
|
| string |
Type : string
|
Default value : 'eui-table-expandable-row'
|
Decorators :
@HostBinding('class')
|
| isOpen |
getisOpen()
|