Replies: 1 comment 3 replies
-
We have this exact example in the docs already |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So let me explain, the requirements I have are:
I haven't found a good example that explains how to achieve this.
I have many questions such as :
Should I use the infinite query of the react query ? As you see, there is no
next page
concept here since it is a huge table and the user can scroll freely.What if the user scrolls to the end of the page? How do I tell React Table which rows should be displayed initially and which ones should be displayed at the end?
Should I use the pagination option of React Table, or can I skip it and populate the table with empty data initially, fetching and handling real data as the user scrolls?
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions