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

DefaultRowGroupRenderer

Decorators:@Component
Implements:OnInitRowGroupComponent

No documentation has been provided.

Properties

NameTypeDescription
colSpannumber
contentComponent
Type<RowGroupContentComponent> | undefined
contentTemplate
Signal<TemplateRef<any> | undefined>
expandAction(group: RowGroup) => void
parameterany
rowGroupRowGroup
showPagination
boolean

Static Methods

static

create()

Customize DefaultRowGroupRenderer. Provided customization is

  • show/hide pagination
  • content component
  • footer component
Presentation
static create(customization: { header?: { contentRenderer?: Signal<TemplateRef<any> | undefined> | Type<RowGroupContentComponent> | undefined; showPagination?: boolean | undefined; } | undefined; footerComponent?: Signal<TemplateRef<any> | undefined> | Type<RowGroupFooterComponent> | undefined; parameter?: any; }): RowGroupRenderer;
Parameters
NameTypeDescription
customization
{ header?: { contentRenderer?: Signal<TemplateRef<any> | undefined> | Type<RowGroupContentComponent> | undefined; showPagination?: boolean | undefined; } | undefined; footerComponent?: Signal<TemplateRef<any> | undefined> | Type<RowGroupFooterComponent> | undefined; parameter?: any; }
Returns

RowGroupRenderer

Methods

ngOnInit()

implements OnInit

No documentation has been provided.

Presentation
ngOnInit(): void;
Returns

void