Hi,
I have a low code app with a table that shows DOM instances.
I would like to be able to click on a row that would open a panel.
This panel would contain a form with the DOM instance of the selected row.
Then be able to edit some of the fields.
Could you please point me on the right direction?
Thanks in advance.
Hi Julio,
First, for the interaction with the table, you need to create the panel you will use for displaying the DOM form. Then you can add an action to the existing table so that it opens that panel.
Next, you can add a form to the panel. In order to link the table with the form in the panel, in edit mode select a row of the DOM instances table and then open the panel for edition. In the feeds section, you should see the page where your DOM table exist, expand the table and then drag and drop the "Object manager instances feed". (If the row is not selected, the feed won't be available)
Finally, you can add either add a button or a header option to the panel to save the changes of the form. This button/header, should have two actions: one that is link to the form and that saves the changes, and another one that refreshes the content of your table. See example below: