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 0e61869 commit acda41bCopy full SHA for acda41b
projects/igniteui-angular/src/lib/grids/pivot-grid/pivot-data-selector.component.ts
@@ -61,8 +61,9 @@ interface IDataSelectorPanel {
61
dragChannels: string[];
62
}
63
64
-/* blazorIndirectRender
+/* blazorIndirectRender
65
blazorComponent */
66
+/* wcElementTag: igc-pivot-data-selector */
67
/**
68
* Pivot Data Selector provides means to configure the pivot state of the Pivot Grid via a vertical panel UI
69
*
@@ -199,7 +200,7 @@ export class IgxPivotDataSelectorComponent {
199
200
protected get size(): Size {
201
return this.grid?.gridSize;
202
-
203
+
204
/** @hidden @internal **/
205
public dimensions: IPivotDimension[];
206
0 commit comments