Hard to scroll to the bottom of the table when use autoRowSize: true with large data

Tags: #<Tag:0x00007f135f877e08> #<Tag:0x00007f135f877b60>

Hi, I have used autoRowSize: true to slove the problem of Row height changed when I scrolling horizontally .
But if the data is too large(more than 80000 rows and 20 columns with merge cell), the vertical scroll bar will hard to reach the bottom of the table and I can’t see last hundreds of rows of the table , may a white screen will appear somtimes,and if I try some times it may reach the bottom of the table, but the top-border of hundreds of rows are disappear.

waiting for your reply.Thank you!

Hi @zhouchenyang123

Does your table look like in this example? https://jsfiddle.net/handsoncode/ho8jscd0/

If no, please modify it so it matches your exact settings.

Sorry as the network limit, I can’t upload code. this example is not match my settings, because I have lots of merge in my table, and the size of merge cell is so large. And at the same time, I found that even I don’t set autoRowSize, I can’t scroll to the last column, the scroll bar will auto scroll back to the second to last column.please help to check, thank you!

Hi @zhouchenyang123

I tried to add merge cells to the table, even with some extreme ranges, like 2000 rows, and I still don’t have issues with scrolling: https://jsfiddle.net/handsoncode/27k0x5rd/

Having the replicable demo from you is crucial here for me to be able to suggest improvements.