IgniteUI / igniteui-blazor

Ignite UI for Blazor component library packs 35+ native Blazor UI Controls with 60+ high-performance Charts designed for any Blazor WASM or Server-side app scenario.
https://www.infragistics.com/products/ignite-ui-blazor
3 stars 3 forks source link

Breaking Change - IgbPivotConfiguration #122

Closed mddifilippo89 closed 1 month ago

mddifilippo89 commented 4 months ago

image

mddifilippo89 commented 4 months ago

@dkamburov

dkamburov commented 4 months ago

https://github.com/IgniteUI/igniteui-xplat-docs/pull/1319/files#diff-530e645e74c886b73e2d11b7de840792697b907a462716867f65ee89865f59ddR20

mddifilippo89 commented 2 months ago

@ChronosSF @dkamburov This can be closed?

eg. var pivotDimension2 = new IgbPivotDimension(); var pivotDimension3 = new IgbPivotDimension(); pivotConfiguration1.Rows = [pivotDimension2,pivotDimension3];

dkamburov commented 1 month ago

Yeah