T
TanStack2y ago
stormy-gold

Header is there but the data is not loaded to the cell

Hi Everyone. I just explored tanstack table using sveltekit, i had a problem where the header is there but the data is not loaded into the cell i suspect either my writable code is not correct or the defaultColumn is not correct i was following this video: https://www.youtube.com/watch?v=-Zuo3UWjjI8
1 Reply
stormy-gold
stormy-goldOP2y ago
{
"error": null,
"data": [
{
"id": "b9114372-fff7-416b-b4de-08f188f0454f",
"email": "asdfas@gmail.com",
"phone": "1231415",
"created_at": "2023-12-08T22:13:17.193593+07:00",
"full_name": "taikkk",
"user_id": "b9114372-fff7-416b-b4de-08f188f0454f",
"city": null
},

],
"count": null,
"status": 200,
"statusText": "OK"
}
{
"error": null,
"data": [
{
"id": "b9114372-fff7-416b-b4de-08f188f0454f",
"email": "asdfas@gmail.com",
"phone": "1231415",
"created_at": "2023-12-08T22:13:17.193593+07:00",
"full_name": "taikkk",
"user_id": "b9114372-fff7-416b-b4de-08f188f0454f",
"city": null
},

],
"count": null,
"status": 200,
"statusText": "OK"
}
my json payload anyone can help?

Did you find this page helpful?