Datatable color editor with custom colors

Is there any way to get a datatable color editor like in the example here: https://snippet.webix.com/aa777aee
But with custom colors?

Perfect! Thanks

Quick follow up: this doesn’t appear to trigger onEditorChange, see Code Snippet

Since the color editor is an editor, I’d expect that to trigger. Am I missing something?

@Christiaan
https://docs.webix.com/desktop__editing.html#popupconfiguration
https://snippet.webix.com/8u8ne80j
line: 18

try to use onAfterEditStop instead.

Thanks, that was it