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

ExpansionCellRenderer

Decorators:@Component
Implements:OnInitCellComponent<any>

No documentation has been provided.

Properties

NameTypeDescription
column
implements CellComponent
PropertyColumn<any>
disabled
boolean
expanded
WritableSignal<boolean>
parameter
implements CellComponent
{ component: Signal<TemplateRef<any> | undefined> | Type<ExpansionRowRenderer<any>>; isDisabled?: ((row: any) => boolean) | undefined; buttonPosition?: "start" | "end" | undefined; } | undefined
position
string
row
implements CellComponent
any

Methods

click()

No documentation has been provided.

Presentation
click(): void;
Returns

void

ngOnInit()

implements OnInit

No documentation has been provided.

Presentation
ngOnInit(): void;
Returns

void