Nested Json #2858
Unanswered
PradeepVats
asked this question in
General
Nested Json
#2858
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.
-
Kindly tell me how I access the 4 layers of nested data JSON data using react table - accessor gives me the example.
I read the docs of react -Table also, I cant resolve the problem.
Example of my data month wise and day wise
"years":
{"2019" :
{"August":
{"day_1" :
{"1PM" : "95",
"2PM" : "81",
"3PM" : "87",
"4PM" : "47",
"5PM" : "94"
},
Data show in table
Date 1PM 2PM 3PM 4PM 5PM
1 95 81 87 47 94
Beta Was this translation helpful? Give feedback.
All reactions