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.
1 parent c3b3f24 commit 37bc58bCopy full SHA for 37bc58b
projects/igniteui-angular/src/lib/grids/filtering/grid-filtering.service.ts
@@ -118,7 +118,7 @@ export class IgxFilteringService implements OnDestroy {
118
}
119
120
/**
121
- * Internal method to create expressionsTree and filter grid used in both filter modes.
+ * Close filtering row if a column is hidden.
122
*/
123
public hideColumnFilteringRowOnVisibilityChange(col: IgxColumnComponent) {
124
const filteringRow = col.grid.filteringRow;
0 commit comments