colossal-harlequinC
Refine2y ago
26 replies
colossal-harlequin

How to make a table with custom json source?

I have following json scheme
{
    "count": 50,
    "items": [
        {
            "id": 50,
            "name": "West Reyes Event"
},        {
            "id": 51,
            "name": "West"
},]

How to render it in tables using useTable hook?
Was this page helpful?