@@ -475,7 +475,10 @@ describe('IgxPivotGrid complex hierarchy #pivotGrid', () => {
475
475
} , {
476
476
ProductCategory : 'Bikes' , 'All cities' : 'All Cities' ,
477
477
ProductCategory_level : 1 , 'All cities_level' : 0 ,
478
- 'Uruguay-UnitsSold' : 68 , 'Uruguay-AmountOfSale' : 242.08
478
+ 'Uruguay-UnitsSold' : 68 , 'Uruguay-AmountOfSale' : 242.08 ,
479
+ City : 'Ciudad de la Costa' , Country : 'Uruguay' ,
480
+ Date : '01/06/2011' , SellerName : 'Lydia Burson' ,
481
+ UnitPrice : 3.56 , UnitsSold : 68
479
482
} , {
480
483
ProductCategory : 'Clothing' , 'All cities' : 'All Cities' ,
481
484
ProductCategory_level : 1 , 'All cities_level' : 0 , 'Bulgaria-UnitsSold' : 282 ,
@@ -484,7 +487,9 @@ describe('IgxPivotGrid complex hierarchy #pivotGrid', () => {
484
487
} , {
485
488
ProductCategory : 'Accessories' , 'All cities' : 'All Cities' ,
486
489
ProductCategory_level : 1 , 'All cities_level' : 0 ,
487
- 'UK-UnitsSold' : 293 , 'UK-AmountOfSale' : 25074.94
490
+ 'UK-UnitsSold' : 293 , 'UK-AmountOfSale' : 25074.94 ,
491
+ City : 'London' , Country : 'UK' , Date : '04/07/2012' ,
492
+ SellerName : 'David Haley' , UnitPrice : 85.58 , UnitsSold : 293
488
493
} , {
489
494
ProductCategory : 'Components' , 'All cities' : 'All Cities' ,
490
495
ProductCategory_level : 1 , 'All cities_level' : 0 ,
0 commit comments