Class IgxGridGroupByRowComponent

Hierarchy

Hierarchy

  • IgxGridGroupByRowComponent

Implements

  • OnDestroy

Constructors

Properties

cdr: ChangeDetectorRef
element: ElementRef<any>
filteringService: IgxFilteringService
grid: GridType
gridID: string

An

Input

property that sets the id of the grid the row belongs to.

<igx-grid-groupby-row [gridID]="id" [index]="rowIndex" [groupRow]="rowData" #row></igx-grid-groupby-row>
gridSelection: IgxGridSelectionService
groupContent: ElementRef<any>

Returns a reference of the content of the group.

const groupRowContent = this.grid1.rowList.first.groupContent;
groupRow: IGroupByRecord

An

Input

property that specifies the group record the component renders for.

<igx-grid-groupby-row [gridID]="id" [index]="rowIndex" [groupRow]="rowData" #row></igx-grid-groupby-row>
index: number

An

Input

property that sets the index of the row.

<igx-grid-groupby-row [gridID]="id" [index]="rowIndex" [groupRow]="rowData" #row></igx-grid-groupby-row>

Accessors

Methods