compactWidth

sets the width for the widget to switch to the compact mode

number compactWidth;

Example

webix.ui({
  view: "usermanager",
  url: "//localhost:3200/",
  compactWidth: 600 
});


Default value:

1000
Details

The property defines the width of the widget, when it is switched to a compact mode.

See also
Back to top