jqGrid icon indicating copy to clipboard operation
jqGrid copied to clipboard

Paging with scrollbar does not work with lines of different heights

Open eCitiz opened this issue 2 years ago • 2 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.

eCitiz avatar Feb 09 '22 08:02 eCitiz

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.

tonytomov avatar Feb 09 '22 09:02 tonytomov

OK I understand, thanks anyway for your answer.

eCitiz avatar Feb 09 '22 14:02 eCitiz