You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, when using the lazy load option, we destroy the tabs when the user clicks away from the current tab.
We should keep already loaded tabs active but use visibility hidden to hide it from users view, this will greatly improve load times, and allows users to switch back and forth like tabs view was designed to.
Testing Notes
Create a dense layout with multiple plots and tables
Create a stacked plot with 3 to 4 plots.
Create a tabs view and set the eager load option to false.
Add the 2 views created earlier into the tabs view.
Refresh the page.
Click on the other tab, notice that the new tab will load when you click on it.
Click on the first tab, notice that the first tab will already be loaded when you click on it.
The text was updated successfully, but these errors were encountered:
At the moment, when using the lazy load option, we destroy the tabs when the user clicks away from the current tab.
We should keep already loaded tabs active but use visibility hidden to hide it from users view, this will greatly improve load times, and allows users to switch back and forth like tabs view was designed to.
Testing Notes
The text was updated successfully, but these errors were encountered: