Webix datatable combobox options

Hi Webix team,

I have datatable with muliple columns, let us say Column1 config editor set as “combo” with 2 options in it like Yes and No. When I select option Yes from Column1, the Column2 editor config changed to “combo” with some options to select. When I select option NO from Column1, the Column2 editor changed to “text”. Is there any samples available ? How to achieve this. Please share idea or code samples

@Jay
try to use onBeforeEditStart event and redefine editor depending on conditions.
https://snippet.webix.com/ubjzfrm9

Hi Intregal,

Thanks a lot for the help … you saved me spending too much of time… please stay safe…

Regards,