How to make tree table more efficient?
-
Hi! I’m using this tree table component.
The problem I’m having is that the actual table can be very large (it can get to about 10k rows), and as a consequence of that, it starts consuming a lot of memory.
I would like to know if it’s possible to make the code more efficient. I guess that would mean to dinamically load only whats currently on the viewport.
I know theres an Infinite Scroll component. Would that solve this issue? In that case, how can I add it to my tree table?
As you can probably tell, I’m a newbie. So any help is appreciated!
Thanks!!