sap - Does smarttable provide with single row editing? -
have simple fiori app displays smarttable now. have implement additional feature it, enables single row editing in ui. changes have captured , reflected backend.
can single row editing implemented on smarttable control?
if so, how?
thanks
for editable scenarios backend metadata/field controls, using smartfields in smarttable might provide you're looking for. can let smarttable automatically create smartfields using:
<smarttable:smarttable id="itemsst" entityset="items" customdata:usesmartfield="true"...>
this assuming view has custom data namespace declared correctly, enable ui5 shortcut notation custom data aggregations:
xmlns:customdata=http://schemas.sap.com/sapui5/extension/sap.ui.core.customdata/1
if use editable smart table, should set property editable="true".
in addition, can use edittogglable="true" in order able switch between edit , display mode user.
Comments
Post a Comment