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.
2 parents eede11d + d5ec2ac commit c22158cCopy full SHA for c22158c
projects/igniteui-angular/src/lib/grids/common/grid.interface.ts
@@ -1043,7 +1043,7 @@ export interface GridType extends IGridDataBindable {
1043
hasColumnGroups: boolean;
1044
/** @hidden @internal */
1045
hasEditableColumns: boolean;
1046
- /* blazorSuppress */
+ /* blazorCSSuppress */
1047
/** Property, that provides a callback for loading unique column values on demand.
1048
* If this property is provided, the unique values it generates will be used by the Excel Style Filtering */
1049
uniqueColumnValuesStrategy: (column: ColumnType, tree: FilteringExpressionsTree, done: (values: any[]) => void) => void;
0 commit comments