Hello
I have a Tab component with 3 tabs, each hosting a child component. The child components are only rendered when the corresponding tab is selected, a process that has some latency - the child component consist of a treegrid that makes an API call in order to be populated . Is there a way to make the out-of-view components to render in the background?
Thanks!