ajax multiple combo editor?

Can I make three related columns with combo editor in datatable by ajax?
Related columns means like hierarchical data…
Would you show me some snippets?

Hello,
I think this article can help you to create cascading comboboxes.

{ 
          ...
            editor: 'combo', 
            suggest: {
                view:"suggest",
                body: {
                    url: function() {
                       ...
                    }
                }
            }
        }
}

https://docs.webix.com/desktop__server_customload.html