projects/aoc-client/ui/data/aoc-ui-table/aoc-ui-table-selectable-row.directive.ts
OnInit
OnDestroy
| Selector | [aocUiTableSelectableRow] |
| Standalone | true |
Properties |
Inputs |
HostBindings |
HostListeners |
constructor(aocUiTable: AocUiTableComponent, aocUiPlatformService: AocUiPlatformService, el: ElementRef)
|
||||||||||||
|
Parameters :
|
| aocUiTableSelectableRow |
Type : AocUiTableRow
|
| class.aoc-ui-selected |
Type : boolean
|
Default value : false
|
| click |
Arguments : '$event'
|
| selected |
Default value : false
|
Decorators :
@HostBinding('class.aoc-ui-selected')
|