I am rendering an Json from DB and want to dispay the json in interactive table.
Using react 17.0.1 version
[
{
"Sno": "1",
"First Name": "name",
"Last Name": "las2t name",
"Email": "[email protected]",
"Amount": "2000"
},
{
"Sno": "1",
"First Name": "first name",
"Last Name": "last name",
"Email": "[email protected]",
"Amount": "2000"
}
]