packages/components/eui-table/directives/eui-table-sticky-col.directive.ts
Directive used to activate the sticky feature on a column of the table.
| Selector | th[isStickyCol], td[isStickyCol] |
Properties |
HostBindings |
| class |
Type : string
|
Default value : 'eui-table__col--sticky'
|
| class |
Type : string
|
Default value : 'eui-table__col--sticky'
|
Decorators :
@HostBinding('class')
|