add Cascading select in a datatable

How do I dynamic load options in a select inside the Datatable for the selected row?i can not find the regarding select events to realize the Cascading select.
when the select changed,the options also become responding choice in the other column.

The best way is to filter the options by needed criteria. We’ve already provided a solution for such case for richselect and combo.

Please check the related topic.

thanks very much for your answer!but i try it already,“onafterEditStop” can not work in the editor “select”.

Actually, options are filtered. But select is a static html-based editor and it needs to be re-rendered manually to display the changes. I still recommend you to use our ready-to-use solution for Webix editors, as this solution doesn’t seem handy enough.