Getting Started
Usages
Columns
API References
ngx-panemu-table / Class

ExpansionRowRendererDirective

Decorators:@Directive
Selectors:[expansionRowRenderer]
Implements:OnInitOnDestroy

No documentation has been provided.

Constructor

No documentation has been provided.

Presentation
constructor(
	private container: ViewContainerRef
): ExpansionRowRendererDirective;
Parameters
NameTypeDescription
container
ViewContainerRef

Properties

NameTypeDescription
@Input
close
Function
@Input
column
PropertyColumn<any>
@Input
component
Type<ExpansionRowRenderer<any>>
componentRef
ComponentRef<ExpansionRowRenderer<any>> | null | undefined
@Input
row
any

Methods

ngOnDestroy()

implements OnDestroy

No documentation has been provided.

Presentation
ngOnDestroy(): void;
Returns

void

ngOnInit()

implements OnInit

No documentation has been provided.

Presentation
ngOnInit(): void;
Returns

void