@elemental/ui / Class

LmnFooterRowDefDirective

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

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

Properties

NameTypeDescription
columns
r
overrides LmnBaseRowDefDirective
InputSignal<string[]>

Columns to render in the row.

id
r
inherited from LmnBaseRowDefDirective
string

Unique identifier for the row definition.

skipSelection
r
overrides LmnBaseRowDefDirective
InputSignalWithTransform<boolean, unknown>

Whether the row should have selection.

template
r
inherited from LmnBaseRowDefDirective
TemplateRef<any>

Template for the row definition.