combo

a popup list with predefined select options.

string combo;

Example

//for a datatable column
{id:"name", header:"Name", editor:"combo", options:[...]}

Related samples

Details

Combo editor is initialized each time you click on the dedicated item. Moreover, the item is simultaneously opened in the text editor that acts like a filter input for list options.

See also
Back to top