Virtualisation for big tables #349
Replies: 7 comments
-
Create pagination |
Beta Was this translation helpful? Give feedback.
-
Hello, is there any plan to have this feature implemented? |
Beta Was this translation helpful? Give feedback.
-
Hey @tmanuel94, there are some features I would like to tackle before as the library can handle pretty large datasets (due to efficient updating of the DOM). Did you try to use the library with a dataset and it was too big for it? |
Beta Was this translation helpful? Give feedback.
-
Hi @iddan, I tried with a csv which has 1922 rows * 9 cols and it's just too much to be handled. I don't know if maybe there's something that I can do on my part to have better performance with this kind o f files |
Beta Was this translation helpful? Give feedback.
-
Have you tried using the React Dev Tools? You should make sure only the components you expect are rendered? |
Beta Was this translation helpful? Give feedback.
-
@iddan I'm not sure on how to implement it as of now, it's a new topic for me. I'll try to look into that! As a tip, do you think that something like an IntersectionObserver could be the way to go? |
Beta Was this translation helpful? Give feedback.
-
Not sure. My tip is to use |
Beta Was this translation helpful? Give feedback.
-
I have a large set of data which is an excel file with thousands of rows, when i read the file and pass the data to the SpreadSheet Component, the UI lags, i searched the docs but didn't find anything related to my problem, help please
Beta Was this translation helpful? Give feedback.
All reactions