hello,
how to get the idx of table row field when that field value changed ?
this is inside the parent DocType:
frappe.ui.form.on(‘child table name’, {
field_name: function(frm, cdt, cdn){
// getting idx of the the changed row here
}});
i want get the it for later use