Skip to Content
0
Aug 27, 2023 at 04:13 PM

SAPUI5 Change table cell value acording to an input value using livechange

80 Views Last edit Aug 29, 2023 at 08:48 PM 5 rev

Hi All,

My question is --> We have a table. In that we have multiple rows. each row have have 3 input box[Kg, Gram, Pound] where user can enter in number. if user enter "Kg", the change will reflect on "Gram" and "Pound" for that particular row. If user enter "Gram", the change will reflect on "Kg" and "Pound" for that particular row. If user enter "Pound", the change will reflect on "Kg" and "Gram" for that particular row and then we save. It will be in SAPUI5

Thanks in Advance