Skip to content

Commit 48081d6

Browse files
committed
refactor(grid): fix a typo in the comments
1 parent b250ca3 commit 48081d6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

projects/igniteui-angular/src/lib/grid-common/grid-interfaces.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ export interface IFilterableComponent {
123123
export interface IGridComponent extends IToolbarComponent,
124124
IVirtualizedComponent,
125125
IFilterableComponent {
126-
id: string;
127126
columns: IgxColumnComponent[];
128127
data: any[];
129128
filteredData: any[];
@@ -140,7 +139,7 @@ export interface IGridComponent extends IToolbarComponent,
140139
isLastPage: boolean;
141140
filteringExpressionsTree: IFilteringExpressionsTree;
142141
// TODO: currently the search is tighltly coupled with the grouping functionality of the grid
143-
// due to its dependence on row indexes ang the group by rows changing the indexes of the data rows.
142+
// due to its dependence on row indexes and the group by rows changing the indexes of the data rows.
144143
// It would be dificult to make it work for both grid and treeGrid without a rework (making the directive work with the data item)
145144
lastSearchInfo: ISearchInfo;
146145
summariesHeight: number;

0 commit comments

Comments
 (0)