How can I use multicombo as a datatable editor?

I’m a Pro user, and I need to use the multicombo widget it as a data editor in a Datatable. How can I do that?

By default, I get “Invalid editor type” and “Invalid mixing source”.

https://snippet.webix.com/oi17o69x

Hi,

It is easy to use a multiselect editor with the checksuggest ( Code Snippet ).
But unfortunately, there is no ready-to-use solution nor a simple way to create the multicombo editor. The point is that all datatable editors are based on popup attached to a cell div or html input, while the multicombo requires a fully custom processing of user input and value handling - so far there is no plans to implement this feature.