So basically I want to call a function after all rows have been rendered while using a server-side row model. I can not find one that fits this criteria anywhere in the documentation. The closest one I found was "onAnimationQueueEmpty" but that is inconsistent as it is called multiple times (depending on what is being rendered) and even the last call is not necessarily after all rows have been rendered.
*My end goal is to highlight some rows ,depending on some criteria, as "selected". I have this information stored in the session storage and I want to loop through the nodes (when they are all loaded of course..) in order to identify and select the ones that fit.
**ag-grid version 24.1.0, "plain" javascript