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
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.