The views lists can be edited. The default view type is not editable.
For this, the attribute editable = "true" must be defined in the view definition:
<grid name="contact-grid" title="Contacts" editable="true">
<field name="fullName"/>
<field name="firstName"/>
<field name="lastName"/>
</grid>
When the view is editable, clicking a cell lets you edit the field.
When a list is editable, an online "space" appears in the table. This inserts a new record.
The following fields can be edited:
The fields defined in the list view can also set the following attributes:
When a field has been changed, the left corner of it appears in red, alerting the user that it has changed.
The keyboard combination CTRL + ENTER to validate the changes and save the view afterwards.