Tab Container loading all tabs when page is loaded

5
I have a tab container with two tabs and each contains a data grid with a microflow datasource. I observed that both tabs are getting loaded when page is loaded. I feel this may cause performance issue/app crash if the microflow takes longer time. Want to know if there is a way to load only active tab.
asked
2 answers
3

Not with a datasource microflow. However, if you use from database or xpath it will load the data only when you open the tab.

You can split the page up into multiple pages and style it like a tab. That's a pretty common way of solving performance issues.

answered
0

Thank you all for your suggestions.

@Paul Moes,

Could you please provide little more details about splitting page into multiple pages and style it like a tab. 

answered