Skip to main content
cngx-src documentation

resolveHeaderTpl

Functiondata-display/treetable

projects/data-display/treetable/column-template.utils.ts

Description#

Resolves a custom header template for the given column key, or returns null when no matching template is projected.

Signature#

resolveHeaderTpl(col: string, tpls: Signal)

Parameters#

@paramcolstring
@paramtplsSignal

Returns#

TemplateRef | null