Hi Dojo,
I have table in Low Code App and every row represent one DOM instance. User wants to do changes on table columns (FieldDescriptors) and then on Button press it should update all DOM instances from table.
Is this feature possible with our current version for the Low Code App?
Regards,
Dario.
Hi Dario,
Our table currently does not allow changing values. So as you already indicated, the current way to ingest or update items is through the form component.
Note that you can pass along the selected values for a column to a script by linking the input parameter to said column. These values are passed along in a JSON array format which needs to be parsed in the script.