How to get data from an object of objects and show each data in its own row #708
Unanswered
emanuella92gomesr
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In my project, I am using the first version of the library.
I like to get data from an object of objects, like this:
The dataset has this kind of structure as one of its fields. I used the
map()
to get every measure.data.measures.map((item:any)=>item.name);
However, instead of each measure in its own row, all measures are in one row. How to solve it?
Beta Was this translation helpful? Give feedback.
All reactions