width
sets the width of a sidebar
width?: number | string;
Default value: "200"Example
var sidebar = new dhx.Sidebar(document.body, {
css: "dhx_widget--border_right",
width:450
});
sets the width of a sidebar
Example
var sidebar = new dhx.Sidebar(document.body, {
css: "dhx_widget--border_right",
width:450
});