json object key as column value #2625
Unanswered
medaramesh
asked this question in
Q&A
Replies: 2 comments
-
Maybe you should remove the price. The nested json is not work for column key/value mapping. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi. Use cell formatter |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hi Guys I am new react-data-grid, just started using. I have data some thing like
{
name: Itemname
itemdesc: itemdesc
price:{
currency:dollar
amount: 9.99
}
}
When I use columns, name, itemdesc is working fine. I can see the data. I lost when I need to show the amount as column and row data. How do I give use Key in column for price.amount ?
Appreciate any suggestions. Thanks
Beta Was this translation helpful? Give feedback.
All reactions