[Question] How to get idx on table value change event

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 :slight_smile:

1 Like

hiiii…
Is there any updates?

1 Like