I am currently using datatables editor to join together several related MySQL tables and display them in one interface. Each table has a key which are used to tie together the tables via joins. Currently, inline editing fails to change anything without error.
This is what the inline editor currently generates as a request:
action: edit
data[row_3846ee0bc1093846ee0bc1090ee0bc1093846ee0bc1093846ee0bc1093846ee0bc1093846ee0bc1093846ee0bc1093846ee0bc1093846][p][cond]: tes
data[row_3846ee0bc1093846ee0bc1090ee0bc1093846ee0bc1093846ee0bc1093846ee0bc1093846ee0bc1093846ee0bc1093846ee0bc1093846][pf][order_fufillment_id]:
After using Postman to test out the server side script, I realized that I would need pf.product_id to change p.cond. This is the id for the product table that contains cond.
Is there anyway for me to modify what data is being sent to the server side processing script when editing?