sets the width for the widget to switch to the compact mode
webix.ui({
view: "scheduler",
url: "https://docs.webix.com/calendar-backend/",
compactWidth: 1000
});
The property defines the width of the widget, when it is switched to a compact mode. Note that compactWidth cannot be less than its initial value (780px).