React table with next js server components.
Unanswered
Harrier posted this in #help-forum
HarrierOP
Is there a way to implement server side pagination with tanstack table and next js server components?
So I am trying to figure out that can I use the server side pagination of react table by using server components to fetch the required data everytime? I don't want to implement any direct client side fetching.
Thanks in advance
So I am trying to figure out that can I use the server side pagination of react table by using server components to fetch the required data everytime? I don't want to implement any direct client side fetching.
Thanks in advance
2 Replies
Chinese Alligator
I've managed to SSR with tanstack. Check out my repo: https://github.com/ezeparziale/quark/tree/main/src/app/(tools)/tools/feedbacks/_components
HarrierOP
hey @Chinese Alligator thanks for this!!