Hi guys, wanna ask
How do you reload data from table A into editable grid view form / multple row form that connected to table B ?
The purpose of this so user doesn’t need to add manually the data into row again. They only need to update certain field so it can be resubmitted to table B.
Example :
I have table sales_quota that have 25 item. I want to resubmit the item into sales_invoice without adding one by one that item manually. Or even if we have to, we only need to resubmit it row by row after editing some field. Not by adding row by row and have to select the item manually.
Thanks