Search results

ContentLoad API in Vue Tabs API component

Specifies the options of Tab content display mode.

  • Demand - The content of the selected tab alone is loaded initially. The content of the tabs which were loaded once will be maintained in the DOM.
  • Dynamic - The content of all the tabs are rendered on the initial load and maintained in the DOM.
  • Init - The content of all the tabs are rendered on the initial load and maintained in the DOM.