packages/ecl/components/ecl-table/ecl-table.directive.ts
| Selector | [eclTableCell] |
Methods |
Inputs |
HostBindings |
Accessors |
| eclTableCellHeader |
Type : string
|
|
Provides a reference to the related table header.
Sets the |
| isGroup |
Type : boolean
|
Default value : false
|
|
If |
| class |
Type : string
|
| e2eAttr |
Type : any
|
| tabindex |
Type : number
|
| class |
Type : string
|
|
Computes and applies appropriate CSS classes for the table cell. |
| getCssClasses | ||||||
getCssClasses(rootClass: string)
|
||||||
|
Parameters :
Returns :
string
|
| cssClasses |
getcssClasses()
|
|
Computes and applies appropriate CSS classes for the table cell.
Returns :
string
|