shlomiassaf / ngrid

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

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

Open laryk9 opened 1 year ago

laryk9 commented 1 year 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.