detach()
detaches an attached DHTMLX component or HTML content from a cell
detach(): void;
Example
// attach any HTML content
layout.getCell("two").attachHTML(html);
// detach the HTML content
layout.getCell("two").detach();
Change log:
Added in 8.0
Related sample: Layout. Spinner (busy indicator, progress bar) for cells
Related articles: