multicombo editor for datatable

Hello! Pls show me, haw i can add in cell with my popup editr input for search, like in combo editr?
https://snippet.webix.com/id4og6fv

Hello @Dr10s,

Hello! Pls show me, haw i can add in cell with my popup editr input for search, like in combo editr?

Unfortunately, there is no ready-to-use solution nor a simple way to create a multicombo editor. The point is that all the 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.

In theory, you could rewrite the default combo editor completely in order to implement this functionality, but even then it might not work fully. Your best bet at the moment is using the multiselect editor with a checksuggest attached to it: https://snippet.webix.com/2dyqoc6m.

Hello @Dzmitry,
I found a solution, but it has flaws. Could you help with their elimination?
https://snippet.webix.com/is1a0anm
As you can see, the same checksum component is used for each line (not only for each cell).

  1. Other lines will start in the editor, the selected values will remain.
  2. The selected values are completed, the cell change and again the initial change without selection, the previous selection is erased (
    This would be the perfect solution for a combomultiselect editor.