emberfeather / cf-compendium

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Datagrid Support For Referencing Nested Structs In An Array Of Structs

Zoramite opened this issue · comments

Allow for referencing to nested struct keys when the data being passed in is an array of structs.

For example, the following should be able to be referenced by address.street1:

[{address: { street1: 'testing' }}]

Adding the ability for the datagrid to show nested structs keys.

Closed by 690bfa0