You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to implement a table where in some of the data that I receive from backend is a nested array of objects and I want to display it in a cell of that column like a table with key value pair
I am able to place the rest of the fields(except nested) that I receive from the API . Can someone help how to place this array of objects inside of a cell as table like key value pairs
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am trying to implement a table where in some of the data that I receive from backend is a nested array of objects and I want to display it in a cell of that column like a table with key value pair
I am able to place the rest of the fields(except nested) that I receive from the API . Can someone help how to place this array of objects inside of a cell as table like key value pairs
I am using react table v6 for this application
Sandbox: https://codesandbox.io/s/react-table-row-table-47192
Want the output something like
Beta Was this translation helpful? Give feedback.
All reactions