I have a webix data table in which each row having combo.When user select from combo option then I want all the data of that row.How can I get data of particular row.
Event triggering point is when user click on select from combo then I want all the data of that row with select data of combo option.
However, the best way is to use edit-related methods, such as (onBefore-)onAfterEditStart(-Stop). Please check the datatable API to learn which events can be used in different cases.
Hi LIStopad,
It is working fine but now one more issue with calendar date select.
I added calendar to table.When user select date then I want to retrieve selected date and old date with that row data.