Skip to content

Commit 37bc58b

Browse files
committed
chore(*): fix message #6520
1 parent c3b3f24 commit 37bc58b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/grids/filtering/grid-filtering.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ export class IgxFilteringService implements OnDestroy {
118118
}
119119

120120
/**
121-
* Internal method to create expressionsTree and filter grid used in both filter modes.
121+
* Close filtering row if a column is hidden.
122122
*/
123123
public hideColumnFilteringRowOnVisibilityChange(col: IgxColumnComponent) {
124124
const filteringRow = col.grid.filteringRow;

0 commit comments

Comments
 (0)