@elemental/ui / Class

LmnRowComponent

Decorators:@Component
Selectors:tr[lmn-row] tr[lmn-header-row] tr[lmn-footer-row]

Used to add navigation capabilities, styles and so on

Properties

NameTypeDescription
cells
r
WritableSignal<LmnCellComponent[]>

The cells in the row.

focusableChildren
r
Signal<LmnTableFocusableChild[]>

The focusable children in the row.

nativeElement
r
HTMLElement

Native element of the row.

type
r
"header" | "footer" | "data"

Type of the row.

width
r
Signal<number | undefined>

The width of the row.

Methods

recalculateStickyCells()

Recalculate the sticky cells in the row.

Presentation
recalculateStickyCells(): void;
Returns
void

reorderFocusableCells()

Reorder the focusable cells in the row.

Presentation
reorderFocusableCells(): void;
Returns
void