How to make a table with custom json source?
I have following json scheme
How to render it in tables using useTable hook?
How to render it in tables using useTable hook?
{
"count": 50,
"items": [
{
"id": 50,
"name": "West Reyes Event"
}, {
"id": 51,
"name": "West"
},]