Setting up table inline editing
Users can now utilize in-line editing for any augmented attributes in the new table component.
1) Create an augmented attribute using the steps defined here
2) In the Table's Visual Editor, add the newly created augmented attribute into the Table component.
3) Open the attribute's settings, by clicking on the Augmented Attribute within the selected data list. Within the "On Edit" settings, select "Update Augmented Attribute"
Corresponding YAML configuration:
In Line Editing
id: table1-c124731f-480a-49f8-b72e-2fc5f26dcd30
type: table
settings:
data:
columns:
- field: ORDERS.augmentedattribute_example
id: 53fc5dbe-971d-4147-9d02-996c57d4577d
order: 100
onEdit:
updateAugmentedAttribute:true