Hello , I have three arrays in each other and want to determine the second array for my grid in Angular as data source. With ngFor I have already tried but I get the header texts for each retrieval .
could you please help me.
Thank you
regards
Mohammad Abbasi
example:
parentData
[ data1[ data2 [ test = 'testText' ] ] ]
<ng-template #detailTemplate let-data>
====> <ejs-grid locale="de" id='Grid' [dataSource]='data.data1.data2' >
<e-columns>
<e-column field='test' headerText='Test' textAlign='left' width="60"></e-column>
</e-columns>