cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Inline Editing SAP UI5 Table Data???????

Former Member
0 Likes
2,604

Hi,

          How editing UI5 table data and after how to save the data into the table(like updating)

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

this is usefully link https://scn.sap.com/thread/3403390

the above solving this problem

Answers (8)

Answers (8)

Former Member
0 Likes

i am using netwear gateway

Former Member
0 Likes

yes your right, but after change the data will not be saved, so i want edit and save the data

saivellanki
Active Contributor
0 Likes

Hi Nagaraj,

Where do you want to save the data? What is your backend?

Regards,

Sai Vellanki.

saivellanki
Active Contributor
0 Likes

Hi Nagaraju,

You mean like this - Plunker - Untitled

You can edit the name and hit enter, your JSON model will be updated.

Regards,

Sai Vellanki.

Former Member
0 Likes

i am writting code useing form it is successfully executed, but i don't know how to write inline editing table

Former Member
0 Likes

i want below format

santhu_gowdaz
Active Contributor
0 Likes

Post your code what you tried. or else Post your code in JSBIN is good.

Former Member
0 Likes

i don't need form or dialogbox, i need table update itself

santhu_gowdaz
Active Contributor
Former Member
0 Likes

i am using JSON model

santhu_gowdaz
Active Contributor
0 Likes

Binding is same. Use Input instead of Text. and get your table model and pass it to back end.