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

RowGroupRenderer

Interface for PropertyColumn.rowGroupRenderer. It gives a way to customize RowGroup component. If you want to only customize the content part and keep the expand button as is, consider using DefaultRowGroupRenderer.create() static method. It also has a flag to hide the pagination.

Properties

NameTypeDescription
component
Type<RowGroupComponent>

Component implements RowGroupComponent

footerComponent
Signal<TemplateRef<any> | undefined> | Type<RowGroupFooterComponent> | undefined
parameter
any