maxWidth
Optional. The maximal width to be set for a cell
maxWidth?: number | string;
Example
const layout = new dhx.Layout("layout_container", {
cols: [
{ header: "Cell header", maxWidth: "700px"}
]
});
In case both width and maxWidth properties are set in the configuration of a cell, the maxWidth option is a priority.
Change log:
added in v7.0