resizable
defines whether a cell can be resized
resizable?: boolean;
Example
const layout = new dhx.Layout("layout_container", {
cols: [
{ header: "Cell header", resizable:true}
]
});
Related sample: Layout. Collapsable and resizable
defines whether a cell can be resized
Example
const layout = new dhx.Layout("layout_container", {
cols: [
{ header: "Cell header", resizable:true}
]
});
Related sample: Layout. Collapsable and resizable