@elemental/ui / Class

LmnRowDefDirective

Decorators:@Directive
Generic types:T
Selectors:[lmnRowDef]
Extends:LmnBaseRowDefDirective

Structural directive for rendering a 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.

selectionDisabled
r
InputSignalWithTransform<LmnRowEnablingFn<T>, LmnRowEnablingFn<T> | undefined>

Function that determines whether the row should be selectable.

show
r
InputSignal<LmnRowEnablingFn<T>>

Function that determines whether the row should be shown.

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.