11< div class ="grid__wrapper ">
2- < igx-hierarchical-grid igxPreventDocumentScroll class ="hierarchicalGrid " [data] ="localData " [autoGenerate] ="false " [height] ="'520px' "
3- [width] ="'100%' " [rowHeight] ="'65px' " #hierarchicalGrid >
4- < igx-column field ="Artist " width ="auto " [resizable] ="true "> </ igx-column >
5- < igx-column field ="Photo " width ="auto " [resizable] ="true " [minWidth] ="'115px' ">
6- < ng-template igxCell let-cell ="cell ">
7- < div class ="cell__inner_2 ">
8- < img [src] ="cell.value " class ="photo " />
9- </ div >
10- </ ng-template >
11- </ igx-column >
12- < igx-column field ="Debut " width ="auto " [resizable] ="true " [minWidth] ="'88px' " [maxWidth] ="'230px' " dataType ="number " [formatter] ="formatter "> </ igx-column >
13- < igx-column field ="GrammyNominations " header ="Grammy Nominations " width ="auto " [resizable] ="true "> </ igx-column >
14- < igx-column field ="GrammyAwards " header ="Grammy Awards " width ="auto " [resizable] ="true "> </ igx-column >
15-
16- < igx-row-island [height] ="null " [key] ="'Albums' " [autoGenerate] ="false ">
17- < igx-column field ="Album " width ="auto " [resizable] ="true "> </ igx-column >
18- < igx-column field ="LaunchDate " header ="Launch Date " width ="auto " [resizable] ="true " [dataType] ="'date' "> </ igx-column >
19- < igx-column field ="BillboardReview " header ="Billboard Review " width ="auto " [resizable] ="true "> </ igx-column >
20- < igx-column field ="USBillboard200 " header ="US Billboard 200 " width ="auto " [resizable] ="true "> </ igx-column >
21- < igx-row-island [height] ="null " [key] ="'Songs' " [autoGenerate] ="false ">
22- < igx-column field ="Number " header ="No. " width ="auto " [resizable] ="true "> </ igx-column >
23- < igx-column field ="Title " width ="auto " [resizable] ="true "> </ igx-column >
24- < igx-column field ="Released " dataType ="date " width ="auto " [resizable] ="true "> </ igx-column >
25- < igx-column field ="Genre " width ="auto " [resizable] ="true "> </ igx-column >
2+ < igx-hierarchical-grid igxPreventDocumentScroll #hierarchicalGrid [data] ="localdata "
3+ [height] ="'490px' " [width] ="'100%' ">
4+ < igx-column field ="CustomerID " width ="auto " [resizable] ="true "> </ igx-column >
5+ < igx-column field ="CompanyName " width ="auto " [resizable] ="true "> </ igx-column >
6+ < igx-column field ="ContactName " width ="auto " [resizable] ="true "> </ igx-column >
7+ < igx-column field ="ContactTitle " width ="auto " [resizable] ="true "> </ igx-column >
8+ < igx-column field ="Address " width ="auto " [resizable] ="true "> </ igx-column >
9+ < igx-column field ="City " width ="auto " [resizable] ="true "> </ igx-column >
10+ < igx-column field ="PostalCode " width ="auto " [resizable] ="true "> </ igx-column >
11+ < igx-column field ="Country " width ="auto " [resizable] ="true "> </ igx-column >
12+ < igx-column field ="Phone " width ="auto " [resizable] ="true "> </ igx-column >
13+ < igx-column field ="Fax " width ="auto " [resizable] ="true "> </ igx-column >
14+ < igx-row-island [height] ="null " [key] ="'Orders' " [autoGenerate] ="false ">
15+ < igx-column field ="OrderID " width ="auto " [resizable] ="true "> </ igx-column >
16+ < igx-column field ="EmployeeID " width ="auto " [resizable] ="true "> </ igx-column >
17+ < igx-column field ="OrderDate " width ="auto " [dataType] ="'date' " [resizable] ="true "> </ igx-column >
18+ < igx-column field ="RequiredDate " width ="auto " [dataType] ="'date' " [resizable] ="true "> </ igx-column >
19+ < igx-column field ="ShippedDate " width ="auto " [dataType] ="'date' " [resizable] ="true "> </ igx-column >
20+ < igx-column field ="ShipVia " width ="auto " [resizable] ="true "> </ igx-column >
21+ < igx-column field ="Freight " width ="auto " [resizable] ="true "> </ igx-column >
22+ < igx-column field ="ShipName " width ="auto " [resizable] ="true "> </ igx-column >
23+ < igx-column field ="ShipAddress " width ="auto " [resizable] ="true "> </ igx-column >
24+ < igx-column field ="ShipCity " width ="auto " [resizable] ="true "> </ igx-column >
25+ < igx-column field ="ShipPostalCode " width ="auto " [resizable] ="true "> </ igx-column >
26+ < igx-column field ="ShipCountry " width ="auto " [resizable] ="true "> </ igx-column >
27+ < igx-row-island [height] ="null " [key] ="'OrderDetails' " [autoGenerate] ="false " [moving] ="true ">
28+ < igx-column field ="ProductID " width ="auto " [resizable] ="true "> </ igx-column >
29+ < igx-column field ="UnitPrice " width ="auto " [resizable] ="true "> </ igx-column >
30+ < igx-column field ="Quantity " width ="auto " [resizable] ="true "> </ igx-column >
31+ < igx-column field ="Discount " width ="auto " [resizable] ="true "> </ igx-column >
2632 </ igx-row-island >
2733 </ igx-row-island >
28-
29- < igx-row-island [height] ="null " [key] ="'Tours' " [autoGenerate] ="false ">
30- < igx-column field ="Tour " width ="auto " [resizable] ="true "> </ igx-column >
31- < igx-column field ="StartedOn " header ="Started on " width ="auto " [resizable] ="true "> </ igx-column >
32- < igx-column field ="Location " width ="auto " [resizable] ="true "> </ igx-column >
33- < igx-column field ="Headliner " width ="auto " [resizable] ="true "> </ igx-column >
34- </ igx-row-island >
3534 </ igx-hierarchical-grid >
3635</ div >
0 commit comments