-
I would like to ask, how can i achive the following. I have e.g.
What if the "state" key is an object: {"state": "live", "info": ""} and i would like to use state.state as key? How can i do this? |
Beta Was this translation helpful? Give feedback.
Answered by
Sarenor
Oct 30, 2023
Replies: 1 comment 2 replies
-
You can't. You either have to map it yourself or use a custom |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
balassal
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can't. You either have to map it yourself or use a custom
<table>
that you build by hand instead of the<Table>
component.