Skip to Content
0
Former Member
Jan 06, 2017 at 07:37 PM

Update the content of SAPUI5 table(sap.ui.table.table) to backend using xsodata

515 Views

HI Gurus,

I have a table with 10 columns out of which 8 are editable.I am using xsodata service(based on CV) to bind the ui table.I have a save button by which the changes should be pushed to backend.How should I Update the changed column values to backend?

Can I use update using odata /odata exits in this case?From what I understand the oDataModel.update() function can be used for one record at a time.How can mass change in the table be handled?

What could be the right approach to achieve it via xsjs?

Thanks

Manas