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
hartenfellerdev
YouTube
Interactive Tables in SvelteKit with TanStack Table
SvelteKit Playlist: https://www.youtube.com/watch?v=iO4VUbQ6ua4&list=PLIyDDWd5rhaYwAiXQyonufcZgc_xOMtId
Code: https://github.com/phartenfeller/sveltekit-1.0-sqlite-demo-app/tree/tut-9-tanstack-table
Demo: https://sveltekit-demo.hartenfeller.dev/
In this video, we implement a feature-rich interactive table with the TanStack Table library. We al...
1 Reply
stormy-goldOP•2y ago
my json payload
anyone can help?