tabbar.getCell() methods : how to de-attch or empty cell?

Hello,

Where can I find all the methods I can call on this tabbar.getCell() ? I currently use the attach() method, but I’m also looking for a way to “detach” a widget from a cell, or empty the cell at a moment and attach a new one.
Just using attach again keeps the div “tab-content-…” showing and create a big white space between my tab and the new widget.

Thanks for your help

Hi @Emilie :vulcan_salute:,

I can’t reproduce the issue you mention with the last suite version (7.2.4). It will help if you can post an example.

I’m doing this

Try to use attachHTML to empty the cell and see if the big white space disappear.