File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
projects/igniteui-angular/src/lib/grid-common Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,6 @@ export interface IFilterableComponent {
123
123
export interface IGridComponent extends IToolbarComponent ,
124
124
IVirtualizedComponent ,
125
125
IFilterableComponent {
126
- id : string ;
127
126
columns : IgxColumnComponent [ ] ;
128
127
data : any [ ] ;
129
128
filteredData : any [ ] ;
@@ -140,7 +139,7 @@ export interface IGridComponent extends IToolbarComponent,
140
139
isLastPage : boolean ;
141
140
filteringExpressionsTree : IFilteringExpressionsTree ;
142
141
// 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.
144
143
// It would be dificult to make it work for both grid and treeGrid without a rework (making the directive work with the data item)
145
144
lastSearchInfo : ISearchInfo ;
146
145
summariesHeight : number ;
You can’t perform that action at this time.
0 commit comments