Tanstack Table & Suspense
Hi. I have my Table component wrapped with a server component, which is wrapped with a <Suspense> with a key, which is URL searchParam. I'm trying to implement column selector, but i'm struggling with implementation when switching pages (when key of Suspense changes and server component re-fetches). Does anyone have any experience with this, or any ideas? Thanks
0 Replies