tonytomov / jqGrid

jQuery grid plugin

Home Page:www.trirand.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Paging with scrollbar does not work with lines of different heights

eCitiz opened this issue · comments

Example here : https://jsfiddle.net/nducoin/wvL7dxre/3/

In this example the first 100 lines have 1 character height et the next 100 lines have 5 character height.

Using the scrollbar, the second half of the table don't show any line. By scrolling "slowly" we can see part of the second half but some data is missing.

Hello,

This is a know problem. This is the one of the limitations of the virtual scroll.

When we do the calculations our assumptions was that all the rows have the same height.

Sorry, unfortunately this bug can't be fixed in the current implementation.
This part of the grid (virtual scrolling) should be entirely rewritten.

OK I understand, thanks anyway for your answer.