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

ExpansionRow

Generic types:T

If expansion cell is expanded, a new instance of ExpansionRow will be added to PanemuTableDataSource data. The instance has necessary information for PanemuTableComponent to render it in table body.

Constructor

No documentation has been provided.

Presentation
constructor(
	row: T, 
	component: Signal<TemplateRef<any> | undefined> | Type<ExpansionRowRenderer<T>>, 
	column: PropertyColumn<T>, 
	closeCallback: (row: T) => void, 
	expanded?: WritableSignal<boolean> | undefined
): ExpansionRow<T>;
Parameters
NameTypeDescription
row
T
component
Signal<TemplateRef<any> | undefined> | Type<ExpansionRowRenderer<T>>
column
PropertyColumn<T>
closeCallback
(row: T) => void
expanded
WritableSignal<boolean> | undefined

Methods

close()

No documentation has been provided.

Presentation
close(): void;
Returns

void

isTemplateRef()

No documentation has been provided.

Presentation
isTemplateRef(): boolean;
Returns

boolean