We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3b24fbc + 603cb24 commit e60fd7aCopy full SHA for e60fd7a
projects/igniteui-angular/src/lib/grids/row.directive.ts
@@ -80,6 +80,8 @@ export class IgxRowDirective<T extends IgxGridBaseDirective & GridType> implemen
80
public get pinned(): boolean {
81
return this.grid.isRecordPinned(this.rowData);
82
}
83
+
84
+ @HostBinding('class.igx-grid__tr--new')
85
@Input()
86
public get addRow(): any {
87
return this._addRow;
0 commit comments