Skip to content

Commit e60fd7a

Browse files
authored
Merge pull request #8305 from IgniteUI/mkirova/add-newrow-class
Add class specific to grid new row.
2 parents 3b24fbc + 603cb24 commit e60fd7a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

projects/igniteui-angular/src/lib/grids/row.directive.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ export class IgxRowDirective<T extends IgxGridBaseDirective & GridType> implemen
8080
public get pinned(): boolean {
8181
return this.grid.isRecordPinned(this.rowData);
8282
}
83+
84+
@HostBinding('class.igx-grid__tr--new')
8385
@Input()
8486
public get addRow(): any {
8587
return this._addRow;

0 commit comments

Comments
 (0)