Documentation

multiselect

a popup list of predefined values with multiple-choice ability

string multiselect;

Available only in PRO Edition

Example

//for a datatable column
{ id:"year", editor:"multiselect", options:years, header:"Released" }

See also

Details

It looks very much the same like a non-pro richselect editor, but provides a possibility for choosing multiple options at a time.

Back to top