width
Optional. Sets the width of a sidebar
width?: number | string;
Default value: "200"
Example
const sidebar = new dhx.Sidebar("sidebar_container", {
css: "dhx_widget--border_right",
width:450
});
Optional. Sets the width of a sidebar
Default value: "200"
Example
const sidebar = new dhx.Sidebar("sidebar_container", {
css: "dhx_widget--border_right",
width:450
});