Hi,
I have a spreadsheet in which I am populating the values using a dataset and datatable.
Once the user modifies the values in the spreadsheet, i want to pick that row and pass it to a datatable so that I can perform my update operation.
transport: {
/* the other CRUD settings are ommitted for brevity */
update:
Can you let me know how to pass the modified row to dataset or datatable using the transport method?