Does Handsontable support virtual scroll (vertical and horizontal)?

Tags: #<Tag:0x00007f8b19bcef70>

Hi,

I’m new to Handsontable. I took at the documentation, I see a lot of potentials. However, I don’t think I see any limitations.
For example, what’s the row and column limit for Handsontable?
Do we support virtual scroll for tables with tons of columns/rows?
Virtual Scroll: https://blog.logrocket.com/virtual-scrolling-core-principles-and-basic-implementation-in-react

Hi @god830protoss

As for the limitations. The only limit is the code complexity. If you will use a lot of functionalities then everything might start to slow down a bit. However, if you just want to present a lot of data without any additional operations there the only limits will be your data set.

Answering your second question, currently we are not supporting virtual scroll.

Thanks!