Skip to main content
cngx-src documentation

TreetableTemplates

Interface

projects/data-display/treetable/treetable.token.ts

Import#

import { TreetableTemplates } from '@cngx/data-display/treetable'

Description#

App-wide default templates for the treetable's async-state surfaces (withTreetableTemplates). Each key mirrors the projected slot of the same region and receives the same template context.

Index#

Instance Properties#

empty#TemplateRef
Optional

Default for the empty surface (*cngxEmpty).

Optional

Default for the error surface (*cngxError); gets CngxErrorTplContext.

refresh#TemplateRef
Optional

Default for the refresh-indicator content (*cngxRefresh).

skeletonRow#TemplateRef
Optional

Default for one skeleton placeholder row (*cngxSkeletonRow); gets CngxSkeletonRowTplContext.