Hi dhtmlx team,
Is there a way to add differnet content in the same layout cell, similar to dhtmlx 5 layout. Something like
layout.getCell("cell_id").getView("view_1").attach(grid);
Thanks in advance.
Hi dhtmlx team,
Is there a way to add differnet content in the same layout cell, similar to dhtmlx 5 layout. Something like
layout.getCell("cell_id").getView("view_1").attach(grid);
Thanks in advance.
Unfortunately, such functionality is not supported.
But you may simply reattach a needed component to a cell using the attach() method. Like:
https://snippet.dhtmlx.com/4fr7njxl