packages/ecl/components/ecl-table/ecl-table.directive.ts
Directive applied to <thead> elements inside a table.
Detects header changes and manages ARIA attributes.
| Selector | [eclTableHead] |
Properties |
Methods |
Inputs |
HostBindings |
Accessors |
constructor()
|
| class |
Type : string
|
| e2eAttr |
Type : any
|
| tabindex |
Type : number
|
| class |
Type : string
|
|
Applies the ECL head class to the element. |
| getCssClasses | ||||||
getCssClasses(rootClass: string)
|
||||||
|
Parameters :
Returns :
string
|
| eclTableHeaders |
Type : QueryList<EclTableHeaderDirective>
|
Decorators :
@ContentChildren(undefined, {descendants: true})
|
|
List of header directives under this head element. |
| cssClasses |
getcssClasses()
|
|
Applies the ECL head class to the element.
Returns :
string
|