type

defines the display mode of the filtering fields

string type;

Example

webix.ui({
  view: "query",
  width: 340,
  type: "list",  
  ...
});


Default value:

"list"
Details

Possible options are "list" and "bar".

Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.