Filter for Multiselect editor in Datatable

Hi,

I have an editable datatable with “multiselect” editor defined for one of the columns. Since there are large number of elements in multiselect dropdown (more than 50), its little cumbersome to select multiple elements.

I was wondering if there is any way to a add filter to the multiselect editor ( something similar to filter for combo editor) in datatable?

Thanks in advance!

Hi! There is no easy way to do that.
Webix has only the multicombo control and ready-to-use solution for the datatable filter:

http://docs.webix.com/desktop__multicombo.html

http://docs.webix.com/samples/60_pro/01_datatable/03_filters/08_filter_multicombo.html

In theory, you can make a custom combo-based editor with checksuggest.

The following article may be helpful:

http://docs.webix.com/desktop__editing.html