@elemental/ui / Class

LmnHeaderRowDefDirective

Decorators:@Directive
Selectors:[lmnHeaderRowDef]
Extends:LmnBaseRowDefDirective

Structural directive for rendering a header row definition for a table.

Properties

NameTypeDescription
columns
r
overrides LmnBaseRowDefDirective
InputSignal<string[]>

Columns to render in the row.

fixed
r
InputSignalWithTransform<boolean, unknown>

Whether the row should be fixed.

id
r
inherited from LmnBaseRowDefDirective
string

Unique identifier for the row definition.

skipSelection
r
inherited from LmnBaseRowDefDirective
InputSignalWithTransform<boolean, unknown>

Whether the row should have selection.

template
r
inherited from LmnBaseRowDefDirective
TemplateRef<any>

Template for the row definition.