Delete Wijmo tab

Posted by: jason.brandt on 14 December 2018, 7:51 am EST

    • Post Options:
    • Link

    Posted 14 December 2018, 7:51 am EST

    How can I delete a specific from a ? (and all of its content as well)

  • Posted 16 December 2018, 4:51 pm EST

    You may call remove method on tabPanel.tabs collection;

    Please refer to the following code snippet:

    let tabToDel;
    tabPanelInstance.tabs.remove(tabToDel);
    

    You may also refer to the following sample demonstrating the same: https://stackblitz.com/edit/angular-cgnzhg?file=src%2Fapp%2Fapp.component.html

    ~Sharad

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels