Getting Started
Usages
Columns
API References
ngx-panemu-table / Interface

Expansion

Generic types:T

Interface for expanding cell to ExpansionRow. The generic T type is the data of row containing the cell.

Properties

NameTypeDescription
buttonPosition
"start" | "end" | undefined

Position of the expand button. Default is at the start of the cell.

component
Signal<TemplateRef<any> | undefined> | Type<ExpansionRowRenderer<T>>

ng-template or component to be rendered inside ExpansionRow.

isDisabled
((row: T) => boolean) | undefined

Callback to disable expand button. By default the expand button is enabled.