cancel
Showing results for 
Search instead for 
Did you mean: 

Sap.m.Table update after new Item

eyup_aksoy
Explorer
0 Kudos

Hi UI5 experts,

The process; with add new item sap.m.Table will add, after save to backend sending.

(push not working?

)

But i can not table updated.

irfan_gokak
Contributor
0 Kudos

What are you're pushing data into oModel.oData?

Accepted Solutions (0)

Answers (2)

Answers (2)

kammaje_cis
Active Contributor
0 Kudos

I would suggest using createEntry method as explained here.

https://openui5.hana.ondemand.com/docs/topics/6c47b2b39db9404582994070ec3d57a2.html

former_member185414
Active Contributor
0 Kudos

push works on arrays, I don't think push function works on OData model. please check