Skip to content

Commit 5c4529e

Browse files
committed
chore(grid-lite): drop total items getter
1 parent e13ef3e commit 5c4529e

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

projects/igniteui-angular/grids/lite/src/grid-lite.component.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -154,13 +154,6 @@ export class IgxGridLiteComponent<T extends object = any> implements OnInit {
154154
return this.gridRef()?.nativeElement.dataView ?? [];
155155
}
156156

157-
/**
158-
* The total number of items in the dataView collection.
159-
*/
160-
public get totalItems(): number {
161-
return this.gridRef()?.nativeElement.totalItems ?? 0;
162-
}
163-
164157
//#endregion
165158

166159
/**

0 commit comments

Comments
 (0)