Performance of showing a big data table? #8629
Unanswered
rkimoakbioinformatics
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have a database table and its size is in the GB range. I'd like to show this data as a table on the frontend. My understanding is that the recommended way in Tauri is that the frontend fetches a small amount of data which is enough to render the visible portion of the table. I am concerned about the speed of scroll of the table implemented in this way.
Has anyone done a big table UI? Was the implementation like the one described above? How was the user experience with it? Is there any other and better way to show a big data table?
Beta Was this translation helpful? Give feedback.
All reactions