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

CellRendererDirective

Decorators:@Directive
Selectors:[cellRenderer]
Implements:OnChangesOnDestroy

No documentation has been provided.

Constructor

No documentation has been provided.

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

Properties

NameTypeDescription
@Input
column
PropertyColumn<any>
componentRef
ComponentRef<any> | null | undefined
@Input
row
any

Methods

ngOnChanges()

implements OnChanges

No documentation has been provided.

Presentation
ngOnChanges(changes: SimpleChanges): void;
Parameters
NameTypeDescription
changes
SimpleChanges
Returns

void

ngOnDestroy()

implements OnDestroy

No documentation has been provided.

Presentation
ngOnDestroy(): void;
Returns

void

recreateElement()

No documentation has been provided.

Presentation
recreateElement(): void;
Returns

void