I wish to setup Bulk edit for a child doctype like there is in Stock Reconciliation, so that user can upload CSV in bulk.
I traced the functionality to frappe.public.js.frappe.form.grid.setup_allow_bulk_edit
. But how to use this in my JS file. There is no mention of this particular function anywhere in realted JS files of Stock Reconciliation.