Wijmo UI for the Web
columns Field
wijmo.combobox Namespace > WijComboboxOptions Interface : columns Field

An array that specifies the column collections of wijcombobox.

Syntax
var instance; // Type: wijmo.combobox.WijComboboxOptions;
var value; // Type: array
value = instance.columns;
var columns : array;
Example
$("#tags").wijcombobox("option", "columns", [
          {name: 'header1', width: 150}, 
          {name: 'header2', width: 150}, 
          {name: 'header3', width: 150}
      ]);
See Also

Reference

WijComboboxOptions Interface