shlomiassaf / ngrid

A angular grid for the enterprise
https://shlomiassaf.github.io/ngrid
MIT License
240 stars 39 forks source link

fix(ngrid/detail-row): elementRef for row out of view doesn't have parentElement #289

Open laryk9 opened 8 months ago

laryk9 commented 8 months ago

When working with virtual scrolling there are some situations where multiple rows have the same data in their context. Only one is in the view and the other is out of view. In that case, opening a detail row should apply only to rows that are in view.