Tab container

0
Each tab has a lot of grids shown through MF. When users first connect the default tab, MF of all tabs in the tab container is called. But I want only the MF on the opend tab to be called, what can I do?
asked
1 answers
1

1. Change the way tabs are loaded. In the tab properties you can change that to on each click/open which will result in trigger of datasource when opening the tab

2. Don't use datasource microflows in the first place. Most of the time it's better to use a XPath source 

 

answered