Quantcast
Channel: Editor — DataTables forums
Viewing all articles
Browse latest Browse all 3740

change format of submitted inline ecits

$
0
0

i am using some code Allan provided to send data to my server in a simplified format and it looks like this:
action:edit
EmployeeID:15
LastName:Frazzetta

but i want it to look like this:
EmployeeID:15
FieldChanged: LastName
NewValue: Frazzetta

this way i can use the FieldChanged attribute to tell the query which field to change and use the NewValue attribute to tell the query what to update it to.


Viewing all articles
Browse latest Browse all 3740

Trending Articles