Lazy load tab
I have a view page with multiple tabs for the infolist. One of the tabs does not need to be accessed often, and accessing a rate limited API.
Therefore I would only like the contents of the tab to load when the user actually goes to that tab.
How can I approach this?
Therefore I would only like the contents of the tab to load when the user actually goes to that tab.
How can I approach this?