Posted 28 April 2025, 9:27 am EST
Hi Team,
I am using wijmogrid in angular, and in one coulun i am using custom component which is actually a seprate angular component and its a dropdown which calls api whenever its got initialize,
When i am adding 100 rows as an example in grid, by using virtualization, only three rows are showing in dom which is fine and when i scroll other three shows in dom, but when i add rows, my custom component is calling 100 times irrespective of only 3 rows showing in grid.
I want whenever i scroll only then my custom component get initialized and only then it call api from that component instead of calling my custom component in one go 100 times.
Pls suggest
Thanks in advance.