Hi
I have defined custom js code that is applied to certain div-elements in the frontend. This is a grid that is generated with a query loop. In the frontend, the code is executed in the DOMContentLoaded event. Unfortunately, the code fails in the backend because the elements in the canvas have not yet been rendered at the time of execution.
Is there a JS event that is fired as soon as the elements have been rendered in the backend?
Many thanks