For ex : grid application . They have SampleGroup = [ { key: .. } ]; and then
ItemGroup = [ SampleGroup[0], group:... ];
If I want ItemGroup to be a group and create another Array to push item in it. For Ex: NewGroup = [
ItemGroup[0],...];
I knew that we specify data in each group by Key and Groupkey. Then what should I do ? item.group1.group.key ?
more carify : SampleGroup(group) > ItemGroup(group) > NewGroup(Item) .
Sorry for my english , hope you understand what I'm trying to explain . Thanks.