When i am using the handsonTable while scrolling the page is scrolling while the scroll of handsontable is disabled but when i am zooming out of the page the scroll is working fine.but the same thing is not working when the zoom of page is 100%
Row Freezing is not working
I am not sure what you are referring to.
Could you please take a look at this example https://jsfiddle.net/t5fL14g6/1/
It has a scroll based on the width of the page, so we have a scroll. Then we load all of the rows so the height is expanded. In both cases, with 100 rows and 100 columns, we get a scroll.
would you like to alter this behavior?
Hi @aleksandra_budnik
First of all Thank you for your response!
In the js fiddle example I added the following code
fixedRowsTop: 2,
Then according to the natural behaviour when I am scrolling the page the top two should be remain freeze but in the same jsfiddle after adding this code the rows are not getting freezed.
Ah Ok. For row fixing the height
has to be defined (even when it is out of the viewport).
Please check this demo https://jsfiddle.net/6jc1nvq9/
This thread has been inactive for an extended period, so I’m closing it. If you’re still experiencing the issue or need further assistance, feel free to create a new thread.
Thanks for understanding.