Same question I have as Mustafa... How are you rendering your Crosstab? UI5 component? Raw HTML? jQuery? Some other lib?
If it's raw HTML then you should be able to know when rendering is complete. If it's a library-generated crosstab, you will need to hook into a render complete event somehow. This is why we would like to know your method of rendering.