Open TiBeN opened 7 years ago
I don't know if you're still having an issue but I added the following to my grid definition to fix a similar problem that occurred when sorting.
minRowsPerPage: 1000
This forced the grid to render a minimum of 1000 rows.
When scrolling near the end of an OnDemandGrid with a large dataset using Chrome 59, grid lines are incorrectly rendered.
This can be simply reproduced with
dgrid/test/OnDemand_promises.html
by replacing at line 68:by
Scrolling near the end make the grid to render incorrectly like in this screenshot:
This has been noticed using dgrid v1.1.0 and v1.2.0.