Closed endarea closed 2 years ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically closed because it has not had recent activity. If you believe that this is still an issue in the latest version, feel free to re-open it. Thank you for your contributions.
I have a simple example here: https://plnkr.co/edit/ymdzdwJpJsW5MesB
Basically, I bring the data from the server (as per the documentation) and refresh the grid. The popovers I set up are working properly for the first rows, but once I start scrolling their position isn't linked properly to the source cell (sometimes when I scroll back up I see them being open at the beginning of the grid, so it's not that they don't open at all).
I don't have this problem if the data is loaded from a hardcoded array. What can I try?