SAP UI5 Application Development Tutorial No. 65 - How to Create, Edit and Save the SAP UI5 Form Control Based on OData V4

In the first few steps of this tutorial, we have used the SAP UI5 table control to develop an application that contains a User list, and supports querying and sorting operations based on LastNamefields .

This step continues to add the ability to create new Users and edit User data to this application. Take a look at the effect first.

New function

Click the +icon to create a new User:

A new blank line item will appear. Enter username, First Name and Last Name, and age one by one

Guess you like

Origin blog.csdn.net/i042416/article/details/123951024