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 160626d commit d5ec2acCopy full SHA for d5ec2ac
projects/igniteui-angular/src/lib/grids/common/grid.interface.ts
@@ -986,7 +986,7 @@ export interface GridType extends IGridDataBindable {
986
hasColumnGroups: boolean;
987
/** @hidden @internal */
988
hasEditableColumns: boolean;
989
- /* blazorSuppress */
+ /* blazorCSSuppress */
990
/** Property, that provides a callback for loading unique column values on demand.
991
* If this property is provided, the unique values it generates will be used by the Excel Style Filtering */
992
uniqueColumnValuesStrategy: (column: ColumnType, tree: FilteringExpressionsTree, done: (values: any[]) => void) => void;
0 commit comments