Skip to content

Commit d5ec2ac

Browse files
committed
fix(grid): update to blazorCSSuppress for api wrapper
1 parent 160626d commit d5ec2ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/grids/common/grid.interface.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -986,7 +986,7 @@ export interface GridType extends IGridDataBindable {
986986
hasColumnGroups: boolean;
987987
/** @hidden @internal */
988988
hasEditableColumns: boolean;
989-
/* blazorSuppress */
989+
/* blazorCSSuppress */
990990
/** Property, that provides a callback for loading unique column values on demand.
991991
* If this property is provided, the unique values it generates will be used by the Excel Style Filtering */
992992
uniqueColumnValuesStrategy: (column: ColumnType, tree: FilteringExpressionsTree, done: (values: any[]) => void) => void;

0 commit comments

Comments
 (0)