tonytomov / jqGrid

jQuery grid plugin

Home Page:www.trirand.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The table is dupplicating bottom lines

eCitiz opened this issue · comments

An example project can be found here : http://jsfiddle.net/nducoin/qL5r16dz/4/

When scrolling at the bottom of the table with the scrollbar, the last 10 lines are duplicated, this can be seen by using the "up" arrow above the scrollbar or by inspecting the page :

image

The lines id 11068 to 11077 are duplicated.

This seem to happen when the the total number of rows is a multiple of "rowNum" attribute.

Hello,

Thanks will check it.
When scrolling not to fast the problem does not appear.

Thanks.
When scrolling with the mouse of the arrows the problem does not appear indeed.