Hi,
Could anyone please help me to access the data of the parent row in its subview?
http://webix.com/snippet/1265c346
Hi,
Could anyone please help me to access the data of the parent row in its subview?
http://webix.com/snippet/1265c346
I want the subview data and the main datatable row data.
http://docs.webix.com/api__ui.datatable_onsubviewcreate_event.html there are two parameters (view, item) passed to event. you can use “item” to obtain row id and pass it to the view. http://webix.com/snippet/c820c92f
Thank you