Skip to content

Commit c22158c

Browse files
authored
fix(grid): update to blazorCSSuppress for api wrapper (#16066)
2 parents eede11d + d5ec2ac commit c22158c

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
@@ -1043,7 +1043,7 @@ export interface GridType extends IGridDataBindable {
10431043
hasColumnGroups: boolean;
10441044
/** @hidden @internal */
10451045
hasEditableColumns: boolean;
1046-
/* blazorSuppress */
1046+
/* blazorCSSuppress */
10471047
/** Property, that provides a callback for loading unique column values on demand.
10481048
* If this property is provided, the unique values it generates will be used by the Excel Style Filtering */
10491049
uniqueColumnValuesStrategy: (column: ColumnType, tree: FilteringExpressionsTree, done: (values: any[]) => void) => void;

0 commit comments

Comments
 (0)