fitMaster

adjusts the size of the suggest box to the master control

boolean fitMaster;

Example

webix.ui({
   view:"gridsuggest",
   suggest:{
      data:some_data,
      fitMaster:true, width:800
   }
});


Default value:

false
Details

Disabled by default.

Back to top