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