11< div class ="grid__wrapper ">
2- < igx-hierarchical-grid igxPreventDocumentScroll class ="hierarchicalGrid " [data] ="localdata " (columnResized) =" onResize($event) " [autoGenerate ] ="false "
3- [height ] ="'480px ' " [rowHeight] ="'65px' " #hierarchicalGrid >
4- < igx-column field ="Artist " [resizable] ="true "> </ igx-column >
5- < igx-column field ="Photo " [resizable] =" true " [minWidth ] ="'115px' " [width ] ="'auto ' ">
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 ' ">
66 < ng-template igxCell let-cell ="cell ">
77 < div class ="cell__inner_2 ">
88 < img [src] ="cell.value " class ="photo " />
99 </ div >
1010 </ ng-template >
1111 </ igx-column >
12- < igx-column field ="Debut " [resizable] ="true " [width] ="'auto' " [minWidth] ="'88px' " [maxWidth] ="'230px' " dataType ="number " [formatter] ="formatter "> </ igx-column >
13- < igx-column field ="GrammyNominations " [width] ="'auto' " header ="Grammy Nominations " [resizable] ="true "> </ igx-column >
14- < igx-column field ="GrammyAwards " [width] ="'auto' " header ="Grammy Awards " [resizable] ="true "> </ igx-column >
15- < igx-column field ="Sales " [width] ="'auto' " header ="Album Sales in last {{ this.years }} years " [filterable] ="false " >
16- < ng-template igxCell let-val >
17- < igx-sparkline height ="40px "
18- [dataSource] ="val "
19- valueMemberPath ="Copies "
20- displayType ="Line "
21- lineThickness ="2 "
22- brush ="rgb(255,102,0) " >
23- </ igx-sparkline >
24- </ ng-template >
25- </ 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 >
2615
2716 < igx-row-island [height] ="null " [key] ="'Albums' " [autoGenerate] ="false ">
28- < igx-column field ="Album " [resizable] ="true "> </ igx-column >
29- < igx-column field ="LaunchDate " header ="Launch Date " [resizable] ="true " [dataType] ="'date' "> </ igx-column >
30- < igx-column field ="BillboardReview " header ="Billboard Review " [resizable] ="true "> </ igx-column >
31- < igx-column field ="USBillboard200 " header ="US Billboard 200 " [resizable] ="true "> </ igx-column >
32- < igx-row-island [height] ="null " [key] ="'Songs' " [autoGenerate] ="false ">
33- < igx-column field ="Number " header ="No. " [resizable] ="true "> </ igx-column >
34- < igx-column field ="Title " [resizable] ="true "> </ igx-column >
35- < igx-column field ="Released " dataType ="date " [resizable] ="true "> </ igx-column >
36- < igx-column field ="Genre " [resizable] ="true "> </ igx-column >
37- </ igx-row-island >
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 >
26+ </ igx-row-island >
3827 </ igx-row-island >
3928
4029 < igx-row-island [height] ="null " [key] ="'Tours' " [autoGenerate] ="false ">
41- < igx-column field ="Tour " [resizable] ="true "> </ igx-column >
42- < igx-column field ="StartedOn " header ="Started on " [resizable] ="true "> </ igx-column >
43- < igx-column field ="Location " [resizable] ="true "> </ igx-column >
44- < igx-column field ="Headliner " [resizable] ="true "> </ igx-column >
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 >
4534 </ igx-row-island >
4635 </ igx-hierarchical-grid >
47- </ div >
36+ </ div >
0 commit comments