I have a mapping with key being account number and value being account balance:
"balance": { 1: 1000, 2: 2000, 3: 3000 }
How do I display this content as a table in react?
https://stackoverflow.com/questions/65444635/reactjs-i-have-mapping-of-account-numbers-with-balances-how-to-display-it-as-a December 25, 2020 at 10:00AM
没有评论:
发表评论