Selective 'defer rendering of tab contents..'

Hi,

I have a tabset with ‘Defer rendering of tab contents…’ is selected. However I want contents of few tabs to be loaded on page load. Is it possible?

Basically selectively having tab content to render for some tabs/not render for some- as per requirement

Hi TJ

This might be a long shot, but you could pack your tabs content you don’t want to render into wrappers and render the wrappers conditionally based on a UI-Only Field. You set those fields in the tab actions of the tabs you don’t want to render to true.

Cheers