Datatable and non-symmetric form editing

Hi Guys,

I have a datatable. On cell-dblClick, I want to open a form. That form has the following fields; (type, attribute1, attribute2, attribute3…) Only type is saved into the datatable, the other attributes are saved to some other data structure.

Is this kind of thing possible with datatables?

regards,
dk-

Sure, you can handle the onItemDblClick event and send the needed data to the form. Then, on form submit, you can send the necessary data back to the datatable and save other attributes in the desired way.

Please, check: http://webix.com/snippet/ebb90e06