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

TableFooterRendererDirective

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

No documentation has been provided.

Properties

NameTypeDescription
@Input
colSpan
number
@Input
component
Type<TableFooterComponent> | Signal<TemplateRef<any> | undefined>
componentRef
ComponentRef<any> | null
container
ViewContainerRef
embeddedViewRef
EmbeddedViewRef<any> | null
@Input
parameter
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