You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :
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.
The text was updated successfully, but these errors were encountered:
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 :
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.
The text was updated successfully, but these errors were encountered: