daniel-nagy / md-data-table

Material Design Data Table for Angular Material
MIT License
1.9k stars 519 forks source link

Missing rows with mdVirtualRepeat #646

Open nikdj opened 6 years ago

nikdj commented 6 years ago

Here's the code pen link: https://codepen.io/anon/pen/yjEwJb?editors=1010

The total number of row, like mentioned in the toolbar, is 36. However, only 32 are viewable using the scroll bar, as can be verified by the row index column.

Moreover, when you try to slowly scroll, you will notice that for a first few pixels no scrolling happens even if the scroll bar moves. I think this is the root of the bug.