Binding between Tree and Datatable

Is there a way I can get deletions from my datatable to affect the tree it is bound to (meaning, if an attribute is deleted from the datatable it will affect the underlying tree and/or the json it uses as its data). Alternatively, is there a way I can convert this data table into a form (so that it still displays the hidden “attrs” elements instead of “data”) so that the form manages this syncing?

My code is displayed in this snippet:
https://snippet.webix.com/m3tdzl9s

Hi @mlawsonca ,

In the partial data binding with the datatable, deletion will not affect the master component.

As a solution, you can modify the datatable into a form control and use a form as a bound editor:

https://snippet.webix.com/9zlak7t5