When Refresh on Show is false some tabs in a Tab Container widget are still loaded lazily, but not all
0
Hi. I have a Tab Container widget and in it some inactive tabs are loaded eagerly when navigating to the page. That is, when clicking such tab no network requests are made despite showing rows in a data grid on it. All tabs have "Refresh on Show" = false. The grids are similar: their datasource is DB. The only difference I see is: on the eager tabs beside the grids there are text input widgets. This is a problem because some grids are slow and they slow down the entire page.
asked
ilya basin
1 answers
0
I'll leave it to others to come up with a reasoning why what you're experiencing is a feature, not a bug. In the meantime you could wrap the tab content in a In View Content Renderer widget.